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 skrah
Recipients Arfrever, brett.cannon, eric.araujo, pitrou, skrah
Date 2012-07-23.14:54:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343055256.63.0.380474409678.issue15434@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a distutils issue. I want to know why this does not
throw an exception ...

python3.2 distutils/command/__init__.py


... while this raises ImportError:

~/usr/bin/python3.3 distutils/command/__init__.py



For the path structure please see my previous message.
History
Date User Action Args
2012-07-23 14:54:16skrahsetrecipients: + skrah, brett.cannon, pitrou, eric.araujo, Arfrever
2012-07-23 14:54:16skrahsetmessageid: <1343055256.63.0.380474409678.issue15434@psf.upfronthosting.co.za>
2012-07-23 14:54:16skrahlinkissue15434 messages
2012-07-23 14:54:15skrahcreate