This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients jaraco
Date 2009-08-18.15:13:01
SpamBayes Score 2.3742712e-06
Marked as misclassified No
Message-id <1250608383.93.0.471187637916.issue6727@psf.upfronthosting.co.za>
In-reply-to
Content
Python reports an import error, even when a valid package exists on
sys.path, if that package is a symlink directory and would otherwise be
importable.

The attached test script demonstrates the limitation on Python 2.6.2 and
3.1.0.

I suspect that the underlying import routines have some assumptions
about the file system that exclude symlinked directories.
History
Date User Action Args
2009-08-18 15:13:03jaracosetrecipients: + jaraco
2009-08-18 15:13:03jaracosetmessageid: <1250608383.93.0.471187637916.issue6727@psf.upfronthosting.co.za>
2009-08-18 15:13:02jaracolinkissue6727 messages
2009-08-18 15:13:02jaracocreate