I saw the bespin had started the work to integrate sproutcore and want to see how the work was progressing ...
I was following the instructions on this page to setup bespin:
https://wiki.mozilla.org/Labs/Bespin/DeveloperGuide/Setup
and the process generated this error and stopped:
AttributeError: 'NoneType' object has no attribute 'startswith'
Full console log here:
http://gist.github.com/234380
My system is MacOS 10.5.8.
Here's the truncated version:
[bespinclient]$ python bootstrap.py --no-site-packages
New python executable in ./bin/python
Installing setuptools...........................done.
Searching for paver==1.0.1
... snip ...
Adding Paver 1.0.1 to easy-install.pth file
Installing paver script to /Users/stephen/dev/test/bespin/bespinclient/bin
Installed /Users/stephen/dev/test/bespin/bespinclient/lib/python2.5/site-packages/Paver-1.0.1-py2.5.egg
Processing dependencies for paver==1.0.1
Finished processing dependencies for paver==1.0.1
---> pavement.initial
---> pavement.install_sproutcore
download sproutcore-abbot/tiki
Captured Task Output:
---------------------
---> pavement.initial
... snip ...
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/posixpath.py", line 49, in isabs
return s.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'