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.
@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:
This should be fixed by generating .egg-info directories for each dependency along the path.