Bug: Python Console doesn't work with MSYS2
Hi,
I wanted to file this bug with your bugtracker, but it doesn't seem to be working atm.
I'm trying out the python from MSYS2/mingw32 ( http://sourceforge.net/projects/msys2/ ) with pycharm. Running python from pycharm seems to work, however starting the console does not.
This is the output:
C:\msys2\mingw32\bin\python.exe -u C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0\helpers\pydev\pydevconsole.py 53895 53896
Traceback (most recent call last):
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0\helpers\pydev\pydevconsole.py", line 1, in <module>
from _pydev_imps._pydev_thread import start_new_thread
ImportError: No module named _pydev_imps._pydev_thread
Process finished with exit code 1
Couldn't connect to console process.
Running the command in bash works when I replace \ with /.
$ C:/msys2/mingw32/bin/python.exe -u "C:/Program Files (x86)/JetBrains/PyCharm Community Edition 4.0/helpers/pydev/pydevconsole.py" 53895 53896
C:/msys2/mingw32/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:34: UserWarning: Failed GetOutputFile
warnings.warn("Failed GetOutputFile")
Python 2.7.8 (default, Oct 15 2014, 15:29:57)
Type "copyright", "credits" or "license" for more information.
IPython 2.3.1 – An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
PyDev console: using IPython 2.3.1
Recent Messages add comment
I wanted to file this bug with your bugtracker, but it doesn't seem to be working atm.
I'm trying out the python from MSYS2/mingw32 ( http://sourceforge.net/projects/msys2/ ) with pycharm. Running python from pycharm seems to work, however starting the console does not.
This is the output:
C:\msys2\mingw32\bin\python.exe -u C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0\helpers\pydev\pydevconsole.py 53895 53896
Traceback (most recent call last):
File "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 4.0\helpers\pydev\pydevconsole.py", line 1, in <module>
from _pydev_imps._pydev_thread import start_new_thread
ImportError: No module named _pydev_imps._pydev_thread
Process finished with exit code 1
Couldn't connect to console process.
Running the command in bash works when I replace \ with /.
$ C:/msys2/mingw32/bin/python.exe -u "C:/Program Files (x86)/JetBrains/PyCharm Community Edition 4.0/helpers/pydev/pydevconsole.py" 53895 53896
C:/msys2/mingw32/lib/python2.7/site-packages/IPython/utils/rlineimpl.py:34: UserWarning: Failed GetOutputFile
warnings.warn("Failed GetOutputFile")
Python 2.7.8 (default, Oct 15 2014, 15:29:57)
Type "copyright", "credits" or "license" for more information.
IPython 2.3.1 – An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
PyDev console: using IPython 2.3.1
Recent Messages add comment
Please sign in to leave a comment.