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-13.12:02:32
SpamBayes Score 7.243157e-09
Marked as misclassified No
Message-id <1329134552.94.0.132463772837.issue13991@psf.upfronthosting.co.za>
In-reply-to
Content
I reopen the ticket because I'm still not convinced..

I tried to substitute the setuptools namespace declaration with the more standard python:

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

It behaves exactly in the same way, which makes me think that is more a problem in the importer, that doesn't behave as it should in case of namespace packages..
History
Date User Action Args
2012-02-13 12:02:33andrea.crottisetrecipients: + andrea.crotti, tarek, eric.araujo, eric.snow
2012-02-13 12:02:32andrea.crottisetmessageid: <1329134552.94.0.132463772837.issue13991@psf.upfronthosting.co.za>
2012-02-13 12:02:32andrea.crottilinkissue13991 messages
2012-02-13 12:02:32andrea.crotticreate