[Pydev-users] [pydev - Users] Unresolved Imports - not finding libs on pyth
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-09-05 05:26:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3898767 By: prkelly Hi, I am using Pydev Extenstions with a non standard python interpreter. For the most part this work fine, but some of the built in libraries are not being resolved and hence giving import errors. For example; I get import errors for a module called 're' Looking at the System python path in pydev preferences, the location where re.pyc is located is definitely listed. looking in "compiled libs found on PYTHONPATH" the re module is not listed, though many other modules in the same location are. One possibility I noted; libraries picked up as '.pyd' or uncompiled '.py' seem to resolve ok. But importing '.pyc' modules without source appear unresolved? Any help appreciated. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |