Debugging with a call to Popen
Hey Team,
A new python developer here and trying to work (and debug) an existing project. I'm facing issue when my code makes call to below snippet.
self.subprocess = Popen(command, close_fds=True)
Launcher command:
C:\Python27\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.4.1\helpers\pydev\pydevd.py" –multiproc –client 127.0.0.1 –port 60692 –file C:/Users/Prabhjot.singh/Documents/python-project/develop.py console
Log statement when error occured: C:\Users\Prabhjot.singh\Documents\python-project\venv\Scripts\python.exe: Import by filename is not supported.
Apologies in case this is a duplicate. I see a similar issue posted on SO.
http://stackoverflow.com/questions/26465221/debugging-popen-subprocesses-with-pycharm
A new python developer here and trying to work (and debug) an existing project. I'm facing issue when my code makes call to below snippet.
self.subprocess = Popen(command, close_fds=True)
Launcher command:
C:\Python27\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 3.4.1\helpers\pydev\pydevd.py" –multiproc –client 127.0.0.1 –port 60692 –file C:/Users/Prabhjot.singh/Documents/python-project/develop.py console
Log statement when error occured: C:\Users\Prabhjot.singh\Documents\python-project\venv\Scripts\python.exe: Import by filename is not supported.
Apologies in case this is a duplicate. I see a similar issue posted on SO.
http://stackoverflow.com/questions/26465221/debugging-popen-subprocesses-with-pycharm
Please sign in to leave a comment.