-
Notifications
You must be signed in to change notification settings - Fork 15.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last) #7014
Comments
I'm not quite good with Python. I've never tried it out seriously, but when I try this : try:
subprocess.check_call([electron] + sys.argv[1:])
#Here logging importing 'logging' on top of the file
logging.debug('some stuff')
print([electron] + sys.argv[1:])
except KeyboardInterrupt:
return -1 But nothing comes out, I think I'm doing it wrong ^^ |
Just a heads up, even if you work around this issue you'll probably run into #6722 |
You should use the |
Yeah that is what I've done. git clone [email protected]:electron/electron.git
cd electron && npm i && npm start |
@Ugarz What are you trying to achieve. Building Electron locally inside bash for windows will build the linux version of Electron in a headless CLI only environment. In other words, entirely useless 😆 If you want to use Electron simply |
@Ugarz |
Reading the readme and trying to get to bed early solved my problem. |
Picture
Exact error
What I was doing
Hello, usually I don't have any issue with this repo' but this came out when I tryied to run the package throught Bash on Ubuntu on Windows 10 64bits. Usually I work on mac and I wanted to test If a same project could be ran on "Bash on Ubuntu on Windows" and a classic MacOSX envirronment.
No problem for the mac.
On windows here it is.
Any idea about it ?
Thanks :)
The text was updated successfully, but these errors were encountered: