[issue13991] namespace packages depending on order

andrea crotti report at bugs.python.org
Mon Feb 13 13:02:32 CET 2012


andrea crotti <andrea.crotti.0 at gmail.com> added the comment:

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..

----------
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13991>
_______________________________________


More information about the Python-bugs-list mailing list