[wingide-users] managing different python environments...
Wing IDE Support
support at wingware.com
Fri Jun 25 13:49:47 MDT 2010
On 6/25/10 3:31 PM, Anthony Palomba wrote:
> I have python2.5 and 2.6 installed. I installed matplotlib
> in my 2.6 directory. My python script can not find
> the module. How can I tell WingIDE to use python 2.6
> and not 2.5.
Set the Python Executable in Project Properties (e.g.
c:\python26\python.exe on win32 and python2.6 elsewhere)
> Also, is there are way I can see what modules are currently
> installed?
The autocompleter should list all importable modules after an import
statement.
Cheers,
John
More information about the wingide-users
mailing list