andrea crotti <andrea.crott...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13991>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to