Run Wing using Python36.zip
Can Wing IDE run using a Python that uses the zip site-packages library (python36.zip)?
When I try to start the shell it can't import modules that are in the zip file.
First time here? Check out the FAQ!
Can Wing IDE run using a Python that uses the zip site-packages library (python36.zip)?
When I try to start the shell it can't import modules that are in the zip file.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-06-15 09:24:00 -0500
Seen: 290 times
Last updated: Mar 07 '19
This should work. What platform are you on? Are you seeing the exceptions when the shell starts or when executing an import statement?
One thought is that maybe you're running a different Python install in Wing. If so, look at the value of sys.executable in the Python you want to use (with the python36.zip) after 'import sys' and put that full path into the Python Executable in Project Properties (or in Wing 101 this is in Configure Python in the Edit menu). Then restart the Python Shell from its Options menu.