mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
d8de9754d60e7956aebeb5a5a70fa8f37f884cca
subprocess.Popen fails when Python is in "App Paths"
Win32. Python is not added to PATHs by default. Instead it is added to `App Paths` registry key ( http://msdn.microsoft.com/en-us/library/windows/desktop/ee872121(v=vs.85).aspx ). In both cases Python binary is found when i enter `python` command. But `subprocess.Popen` seems to fail when BOTH (1) runs a string `python tools/atom_source_root.py` AND (2) python is not in PATHs, only in App Paths. I suggest using list in <!( and hope this does not break linux/macos builds.
Atom Shell 
The Atom Shell framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on node.js and Chromium and is used in the Atom editor.
Downloads
Prebuilt binaries of atom-shell for Linux, Windows and Mac can be found on the releases page.
Documentation
Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to atom-shell.
Community
There is an atom-shell category on the Atom forums
as well as an #atom-shell channel on Freenode.
Languages
C++
56.7%
TypeScript
32.6%
Objective-C++
5.6%
JavaScript
2.2%
Python
1.7%
Other
1.1%