[EMAIL PROTECTED] wrote:

> ie does the first instance of the package a.b.c effectively mask out
> the others so that if a.b.c.common occurs first in the PYTHONPATH then
> a.b.c.project1 will never be found as the "a.b.c" package is only
> loaded from the a.b.c.common folder?

By default, yes. But there's a way around this limitation:

http://docs.python.org/lib/module-pkgutil.html 

Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to