I followed the website upgrade proceedure from the website, and when I tried to start tg-admin I got
"no module named configobj"
Then I found this in the setuptools output:
Installed /usr/lib/python2.4/site-packages/TurboGears-0.9a5-py2.4.egg
Processing dependencies for TurboGears
Searching for ConfigObj>=4.3.0
Reading http://www.python.org/pypi/ConfigObj/
Reading http://www.voidspace.org.uk/python/configobj.html
Page at http://www.python.org/pypi/ConfigObj/ links to .py file(s) without version info; an index
scan is required.
Scanning index of all packages (this may take a while)
Reading http://www.python.org/pypi/
Reading http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.3.1.zip
Reading http://www.python.org/pypi/ConfigObj/4.3.1
Best match: ConfigObj 4.3.1
Downloading
http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.3.1.zip#egg=ConfigObj-4.3.1
Processing downman.py
Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-Qj4OvS/egg-dist-tmp-sdGZ30
warning: manifest_maker: standard file not found: should have one of README, README.txt
Sorry: TypeError: ('compile() expected string without null bytes',)zip_safe flag not set; analyzing
archive contents...
Adding ConfigObj 4.3.1 to easy-install.pth file
Any advice?
Cheers
-Rob
Cheers
-Rob
I just updated tg.org to ConfigObj 4.3.1. *hopefully* the egg will
install properly from there now. If anyone else runs into this, you
can
easy_install http://files.turbogears.org/eggs/ConfigObj-4.3.1-py2.4.egg
directly. I'll see if there's some way to fix Fuzzyman's site...
Kevin