Skip to content
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

Terminal crashes when I do F5 #122

Open
ghost opened this issue Sep 10, 2019 · 0 comments
Open

Terminal crashes when I do F5 #122

ghost opened this issue Sep 10, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 10, 2019

Issue

The issue is that when I do F5, terminal opens and crashes, i run the default command that runs when you hit F5 (In my case: python C:\Users\Public\Bot\Bot_Tests.py) on cmd and prints python: can't open file 'C:\Users\Public\Bot\Bot_Tests.py': [Errno 2] No such file or directory

What can i do?

Console Log

f5 pressed
C:\Users\Private\.atom\packages\atom-python-run\lib\terminal.js:221 platform: win32
shell: C:\WINDOWS\system32\cmd.exe
option: /c,start
call: python
script: C:\Users\Private\.atom\packages\atom-python-run\lib\..\cp\main.py
command: tell app "Terminal" to do script " python C:\Users\Public\GeoBot\Bot_Tests.py"
C:\Users\Private\.atom\packages\atom-python-run\lib\terminal.js:232 pause: true
pipeFile: false
pipePath: 
log: true
args: python,C:\Users\Public\GeoBot\Bot_Tests.py
options: {
    "cwd": "C:\\Users\\Public\\GeoBot",
    "detached": true
}
C:\Users\Private\.atom\packages\atom-python-run\lib\terminal.js:247 stderr: The system cannot find the path specified.

C:\Users\Private\.atom\packages\atom-python-run\lib\terminal.js:250 child process exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants