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 andrea.crotti
Recipients andrea.crotti, eric.araujo, eric.snow, tarek
Date 2012-02-11.11:15:26
SpamBayes Score 0.00026441968
Marked as misclassified No
Message-id <1328958927.34.0.321805124635.issue13991@psf.upfronthosting.co.za>
In-reply-to
Content
There is nothing binary in the archive, just a simple example of namespace packages, which was the minimal example that I could create to make things fail.

I use the standard pkg_resources way to do things:
__import__('pkg_resources').declare_namespace(__name__)
History
Date User Action Args
2012-02-11 11:15:27andrea.crottisetrecipients: + andrea.crotti, tarek, eric.araujo, eric.snow
2012-02-11 11:15:27andrea.crottisetmessageid: <1328958927.34.0.321805124635.issue13991@psf.upfronthosting.co.za>
2012-02-11 11:15:26andrea.crottilinkissue13991 messages
2012-02-11 11:15:26andrea.crotticreate