[CalendarServer-dev] [CalendarServer] #291: ImportError: No module named uuid

CalendarServer trac at macosforge.org
Sat Jul 12 05:29:24 PDT 2008


#291: ImportError: No module named uuid
-----------------------------+----------------------------------------------
 Reporter:  filippos at dsi.gr  |       Owner:  wsanchez at apple.com       
     Type:  Defect           |      Status:  new                      
 Priority:  2: Expected      |   Milestone:  Linux Port               
Component:  Calendar Server  |     Version:  trunk                    
 Severity:  Serious          |    Keywords:  ImportError, module, uuid
-----------------------------+----------------------------------------------
 I try to execute CalendarServer under Linux but excuting ./run after a
 succesful ./run -s the following error comes:

 {{{
  exec python /usr/src/packages/SOURCES/Twisted/bin/twistd  -n caldav -f
 /usr/src/packages/SOURCES/CalendarServer/conf/caldavd-dev.plist -o
 ProcessType=Combined
  Traceback (most recent call last):
   File "/usr/src/packages/SOURCES/Twisted/bin/twistd", line 21, in ?
     run()
   File "/usr/src/packages/SOURCES/Twisted/twisted/scripts/twistd.py", line
 27, in run
     app.run(runApp, ServerOptions)
   File "/usr/src/packages/SOURCES/Twisted/twisted/application/app.py",
 line 374, in run
     config.parseOptions()
   File "/usr/src/packages/SOURCES/Twisted/twisted/application/app.py",
 line 354, in parseOptions
     usage.Options.parseOptions(self, options)
   File "/usr/src/packages/SOURCES/Twisted/twisted/python/usage.py", line
 184, in parseOptions
     for (cmd, short, parser, doc) in self.subCommands:
   File "/usr/src/packages/SOURCES/Twisted/twisted/application/app.py",
 line 365, in subCommands
     self.loadedPlugins[plug.tapname] = plug
   File
 "/usr/src/packages/SOURCES/CalendarServer/twisted/plugins/caldav.py", line
 9, in getProperty
     return getattr(reflect.namedClass(self.serviceMakerClass), propname)
   File "/usr/src/packages/SOURCES/Twisted/twisted/python/reflect.py", line
 347, in namedObject
     module = namedModule(string.join(classSplit[:-1], '.'))
   File "/usr/src/packages/SOURCES/Twisted/twisted/python/reflect.py", line
 335, in namedModule
     topLevel = __import__(name)
   File "/usr/src/packages/SOURCES/CalendarServer/twistedcaldav/tap.py",
 line 47, in ?
     from twistedcaldav.root import RootResource
   File "/usr/src/packages/SOURCES/CalendarServer/twistedcaldav/root.py",
 line 33, in ?
     from twistedcaldav.cache import _CachedResponseResource
   File "/usr/src/packages/SOURCES/CalendarServer/twistedcaldav/cache.py",
 line 17, in ?
     import uuid
  ImportError: No module named uuid}}}

-- 
Ticket URL: <https://trac.calendarserver.org/ticket/291>
CalendarServer </>
HTTP/WebDAV/CalDAV Server


More information about the calendarserver-dev mailing list