[CalendarServer] #292: ImportError: No module named hashlib
#292: ImportError: No module named hashlib ------------------------------------+--------------------------------------- Reporter: jlmartinez@capside.com | Owner: wsanchez@apple.com Type: Defect | Status: new Priority: 2: Expected | Milestone: Linux Port Component: Calendar Server | Version: trunk Severity: Other | Keywords: ------------------------------------+--------------------------------------- After getting module uuid (ticket #291) to work, ./run displays: {{{ ImportError: No module named hashlib }}} There seems to be a dependancy on hashlib which is in the python 2.5 core. There is a backport at http://code.krypto.org/python/hashlib/ for python 2.4 -- Ticket URL: <https://trac.calendarserver.org/ticket/292> CalendarServer </> HTTP/WebDAV/CalDAV Server
#292: ImportError: No module named hashlib ------------------------------------+--------------------------------------- Reporter: jlmartinez@capside.com | Owner: wsanchez@apple.com Type: Defect | Status: closed Priority: 2: Expected | Milestone: Linux Port Component: Calendar Server | Version: trunk Severity: Other | Resolution: invalid Keywords: | ------------------------------------+--------------------------------------- Changes (by wsanchez@apple.com): * status: new => closed * resolution: => invalid Comment: Python 2.5 is now a requirement; we need it in order to replace Twisted `deferredGenerators` with `inlineCallbacks`, which have way better syntax. -- Ticket URL: <https://trac.calendarserver.org/ticket/292#comment:1> CalendarServer </> HTTP/WebDAV/CalDAV Server
participants (1)
-
CalendarServer