apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

'already imported' warning from pkgutil #458

Closed macosforgebot closed 15 years ago

macosforgebot commented 15 years ago

@glyph originally submitted this as ticket:351


When run in its default configuration, calendarserver produces warnings every time it spawns a subprocess that looks like this:

.../zope/__init__.py:1: UserWarning: Module twisted was already imported from .../CalendarServer/Twisted/twisted/__init__.pyc, but .../system/lib/python is being added to sys.path

This should be fixed by generating .egg-info directories for each dependency along the path.

macosforgebot commented 15 years ago

@glyph originally submitted this as comment:1:⁠ticket:351


This should have been fixed in r4610.