[CalendarServer-dev] [Calendar and Contacts Server] #391: 'run' script installs Twisted plugins to wrong location on x86_64 systems

Calendar and Contacts Server trac at macosforge.org
Thu Aug 5 22:57:56 PDT 2010


#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


More information about the calendarserver-dev mailing list