You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PythonEngine.PythonPath should return something like /home/travis/virtualenv/python3.3.5/lib/python33.zip:/home/travis/virtualenv/python3.3.5/lib/python3.3/:/home/travis/virtualenv/python3.3.5/lib/python3.3/plat-linux:/home/travis/virtualenv/python3.3.5/lib/python3.3/lib-dynload
Linux
Environment
v2.0.0+
Python3
Linux
Details
PythonEngine.PythonPath
should return something like/home/travis/virtualenv/python3.3.5/lib/python33.zip:/home/travis/virtualenv/python3.3.5/lib/python3.3/:/home/travis/virtualenv/python3.3.5/lib/python3.3/plat-linux:/home/travis/virtualenv/python3.3.5/lib/python3.3/lib-dynload
instead it returns
/
Minimal, Complete, and Verifiable example
this will help us understand the issue.
Windows
Environment
v2.0.0+
All 64bit
Windows
Details
run
PythonEngine.PythonPath
. It crashes on Python 64bit. Similar issue to #413, except function signature also changes between Python2 to Python3Minimal, Complete, and Verifiable example
this will help us understand the issue.
The text was updated successfully, but these errors were encountered: