[wingide-users] no problem with numpy in Wing IDE, but...
Wingware Support
support at wingware.com
Tue Sep 25 09:37:41 EDT 2012
rzn8tr wrote:
> On Win7-64: If I run my program from with Wing IDE, it runs fine and does not
> display any errors. If I run it from the Command Prompt, using the same
> path to the Python executable as I have set in Wing IDE, it fails with an
> error when trying to import numpy:
Have you compared sys.path and os.environ in the two cases, as well as
sys.executable?
It's usually one of those.
Actually, this looks like DLL hell and not a PYTHONPATH/sys.path issue.
I think Python is finding the modules but the DLL (non-Python code) is
failing to be found or failing to load.
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list