Le 09-02-27 à 16:04, Pascal Robert a écrit :
Le 09-02-27 à 15:31, Cyrus Daboo a écrit :
Hi Pascal,
--On February 27, 2009 3:23:59 PM -0500 Pascal Robert <probert@macti.ca
wrote:
Ok, so I tried the 1.3 and the 1.2 releases. and both are giving :
Traceback (most recent call last): File "./setup.py", line 3, in <module> import ez_setup File "/usr/local/xattr/ez_setup/__init__.py", line 59, in <module> except ImportError: from md5 import md5 File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2. 5/md5.py", line 6, in <module> from hashlib import md5 File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2. 5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2. 5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5
Try Python 2.4 with the /releases/ branches. Trunk requires 2.5 - early ones 2.4.
Note, if you do not intend to use OpenDirectory for your user records, edit the run script to disable building PyOpenDirectory.
I removed the PyOpenDirectory block from CalendarServer (checkout from trunk) and I get the same _md5 error :-/ I guess I will use 1.3 and remove Python 2.5 from the ports.
Something's wrong. Checkout of 1.2 or 1.3 give me the same revision number : staging:/usr/local root# /opt/local/bin/svn checkout http://svn.calendarserver.org/repository/calendarserver/CalendarServer/tags/... CalendarServer ... Checked out revision 3760. staging:/usr/local root# /opt/local/bin/svn checkout http://svn.calendarserver.org/repository/calendarserver/CalendarServer/tags/... ... Checked out revision 3760. And both of them : # ./run -s No suitable python found.