[Distutils] [issue36] warning about "module was already imported from"

Zooko O'Whielacronx setuptools at bugs.python.org
Wed Aug 27 01:55:47 CEST 2008


New submission from Zooko O'Whielacronx <zooko at zooko.com>:

/usr/lib/python2.5/site-packages/zope/__init__.py:19: UserWarning: Module
twisted was already imported from
/usr/lib/python2.5/site-packages/twisted/__init__.pyc, but
/home/buildslave/tahoe/feisty2.5/build/support/lib/python2.5/site-packages/Nevow-0.9.31-py2.5.egg
is being added to sys.path

Here is an example command line that yields this warning:

http://allmydata.org/buildbot/builders/feisty2.5/builds/1649/steps/pyflakes/logs/stdio

Note that this may be related to issue17 and issue20 -- why is the Nevow egg
declaring the "twisted" namespace and/or module anyway?

----------
messages: 136
nosy: zooko
priority: bug
status: unread
title: warning about "module was already imported from"

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue36>
_______________________________________________


More information about the Distutils-SIG mailing list