Lee McFadden schrieb:

> I've just had a report from IRC that TG 1.0.x requires a version of
> SQLObject that is no longer available through PyPi:
> 
> SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99
> 
> I've tried installing an egg myself using only easy_install but the
> only SO package available is 0.10.  Should we be hosting these eggs at
> files.turbogears.org since they don't seem to be available elsewhere?

Doing 'easy_install "SQLObject==bugfix,>=0.7.1dev-r1860,<=0.7.99"' works 
perfectly for me, it installs SQLObject-0.7.10 with both Python 2.4 and 
2.5 which it gets from PyPI.

Can you give a more specific error message? Which TG version was the 
reporter on IRC trying to install and which command did he use?

SQLObject is not installed by tgsetup.py anymore anyway. You install it 
by creating a project with identity and SO and then running "python 
setup.py install/develop" in the project dir.

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to