[Python-projects] pylint: importing from zip-safe eggs

Jürgen Hermann Juergen.Hermann at 1und1.de
Mon Mar 30 18:05:32 CEST 2009


Hi, another problem I found when you use zip-safe (unexpanded) eggs is that you get this error on a valid "import from" statement:

E0611: 19: No name 'pysupport' in module 'ui_portal_commons_utils'

If you include the same library using "setup.py develop -U" (i.e. using it in an expanded form), the error disappears.

Bye, Jürgen


More information about the Python-Projects mailing list