How to handle sys.path in bigger projects?

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Oct 15 10:17:12 EDT 2001


Georg Lohrer <GeorgLohrer at gmx.de> writes:

> So, the only way that seems to work is to start debugging from most
> upper directory, if there are intra-package references? Is that
> correct? Or how do you handle this?

I think this is basically correct. If you want to test the module
alone, you should still qualify it with its package name.

Regards,
Martin



More information about the Python-list mailing list