Bug#666914: /usr/lib/python2.7/dist-packages/zope/__init__.py:3: UserWarning: Module dap was already imported from None

2013-05-22 Thread Mike Neish
Package: python-zope.interface Version: 3.6.1-1ubuntu3 Followup-For: Bug #666914 I believe this is related to bug #709376. It doesn't look like it has anything to do with python-zope.interface, but rather python-dap. If you uninstall python-dap, does the message go away? -- To UNSUBSCRIBE,

Bug#666914: /usr/lib/python2.7/dist-packages/zope/__init__.py:3: UserWarning: Module dap was already imported from None

2012-04-02 Thread Laurent Bonnaud
Package: python-zope.interface Version: 3.6.1-1 Severity: normal Hi, this package is the cause of error messages in unrelated packages, for instance: $ reportbug /usr/lib/python2.7/dist-packages/zope/__init__.py:3: UserWarning: Module dap was already imported from None, but

Bug#666914: /usr/lib/python2.7/dist-packages/zope/__init__.py:3: UserWarning: Module dap was already imported from None

2012-04-02 Thread Brian Sutherland
The code which actually prints the warning is pkg_resources, which is in python-pkg-resources. There's a lot of code out there importing pkg_resources, removing the import from zope/__init__.py isn't going to help much (and will break some things). There's already a bug on python-pkg-resources