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 theller
Recipients brett.cannon, eric.snow, ncoghlan, theller, vstinner
Date 2014-03-24.16:36:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395678986.82.0.116437795465.issue21050@psf.upfronthosting.co.za>
In-reply-to
Content
It was most certainly an issue on my side, something with leftover files or directories from a previous installation.  After cleaning everything up it works now.  Sorry for the confusion.

(A personal remark: sometimes, the bdist_wininst uninstaller does not remove all directories that it has created - possibly because there are files leftover which the installer didn't create and so the uninstaller does not remove.  This leaves directories on sys.path which have no __init__.py? files, but they can be imported as 'namespace module' although they no functionality.  I don't find this useful...)
History
Date User Action Args
2014-03-24 16:36:26thellersetrecipients: + theller, brett.cannon, ncoghlan, vstinner, eric.snow
2014-03-24 16:36:26thellersetmessageid: <1395678986.82.0.116437795465.issue21050@psf.upfronthosting.co.za>
2014-03-24 16:36:26thellerlinkissue21050 messages
2014-03-24 16:36:26thellercreate