I'm trying to do a raw install of tagged release 3.0 from the svn repo. While running "sudo ./setup.py install" I encounter an error when it tries to copy the egg-info file:
...
copying conf/caldavd.plist -> /usr/local/caldavd
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/Calendar_and_Contacts_Server-3.0._r8052_.egg-info
Writing /usr/local/lib/python2.7/dist-packages/Calendar_and_Contacts_Server-3.0._r8052_.egg-info
Traceback (most recent call last):
File "./setup.py", line 139, in <module>
root = os.path.normpath(install_obj.root)
File "/usr/lib/python2.7/posixpath.py", line 318, in normpath
initial_slashes = path.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'
Any ideas?
I'm putting this together on a VM to work on the documentation.
Thanks!
--Jason