[Calendar and Contacts Server] #391: 'run' script installs Twisted plugins to wrong location on x86_64 systems
#391: 'run' script installs Twisted plugins to wrong location on x86_64 systems ---------------------------------+------------------------------------------ Reporter: s.adam@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | ---------------------------------+------------------------------------------ I may have made a beginner's mistake as this is the first time I deal with Twisted, but I believe that CalendarServer installs the Twisted plugins to the wrong location on x86_64 systems. CalendarServer will create a both '/usr/lib/python2.X/site-packages' (sitelib) and '/usr/lib64/python2.X/site-packages' (sitearch) directory and places the Twisted files in sitearch directory and the Twisted plugins in the sitelib. Attempting to start the server will have Twisted search only the sitearch directory and produce an error since the caldav plugin isn't known. I am using Fedora 13 x86_64 which has Python 2.6. -- Ticket URL: <http://trac.calendarserver.org/ticket/391> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#391: 'run' script installs Twisted plugins to wrong location on x86_64 systems ---------------------------------+------------------------------------------ Reporter: s.adam@… | Owner: glyph@… Type: Defect | Status: new Priority: 3: Important | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Other Keywords: | Radar: ---------------------------------+------------------------------------------ Changes (by wsanchez@…): * owner: wsanchez@… => glyph@… * priority: 5: Not set => 3: Important * milestone: => CalendarServer-3.x -- Ticket URL: <http://trac.calendarserver.org/ticket/391#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#391: 'run' script installs Twisted plugins to wrong location on x86_64 systems ----------------------------------+----------------------------------------- Reporter: s.adam@… | Owner: glyph@… Type: Defect | Status: closed Priority: 3: Important | Milestone: CalendarServer-3.x Component: Calendar Server | Severity: Other Resolution: Behaves correctly | Keywords: Radar: | ----------------------------------+----------------------------------------- Changes (by wsanchez@…): * status: new => closed * resolution: => Behaves correctly Comment: If you install Twisted on your own before building this server, and it's detectable (ie. in PYTHONPATH), then the server should use that Twisted and not try to build and install its own. This is generally the best way to install. -- Ticket URL: <http://trac.calendarserver.org/ticket/391#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server