TurboGears-1.0b1 is here
Updated Nov 15 at 02:43 CDT (first posted Nov 14 at 09:57 CDT) by Remi in General, Software, TurboGears - 2 comment(s)
Since TurboGears-1.0-final might still take a while we've added TurboGears-1.0b1 to our control panel.
Note that if you ever installed a previous version of TurboGears you need to manually delete the eggs from $HOME/lib/python2.4 and the scripts from $HOME/bin before installing a TurboGears-1.0b1 app from the control panel.
Remi.2 comments:
I have installed a TurboGears 1.0.4.2 application with python2.5. On my development system I have the same versions and a running application. However, when uploading I get the following error message:
pkg_resources.VersionConflict: (SQLObject 0.7.1 (/home/mre/lib/python2.4/SQLObject-0.7.1-py2.4.egg), Requirement.parse('SQLObject>=0.8,<0.10dev'))
The TG 1.0.4.2 app obviously requires SQLObject >= 0.8. That version is also available in the python2.5 installation, but not searched by the start-up script.
Am I missing something, or does the TG-start script not connect to the python2.5 installation properly?
I look forward to your reply.
Max
Max: Have you tried setting your pythonpath? Also, please use our ticketting system for support: we can better help you there :)