midtoad schrieb: > I just installed the latest Turbogears for Python2.5 on my iMac. I > noticed that SQLObject didn't get installed.
With current versions of TG, tgsetup,py does not install SQLObject anymore. Rather, you quickstart a project and then run "python setup.py install/develop" in it: http://docs.turbogears.org/1.0/InstallTroubleshooting#sqlobject-is-missing-toolbox-designer-won-t-work TinyURL: http://tinyurl.com/3au28a > Or rather, the setup > script grabbed the latest version from the turbogears site and > installed that... in my Python 2.4 folder. When something is installed in your Python 2.4 folder, it means that you were using Python 2.4 to run tgsetuppy or easy_install. > There is no SQLObject file > available for Python 2.5 ! There doesn't need to be one. SQLObject is a pure-Python package, so the egg can be installed from the source distribution. > The version available at > http://www.turbogears.org/download/filelist.html is a relatively > ancient 0.7 version, too: SQLObject-0.7.1dev_r1860-py2.4.egg As Florent pointed out, we should remove all non-core TG, non-binary packages from turbogears.org. > Meanwhile, in the Python Cheese Shop the latest version available is: > http://pypi.python.org/pypi/SQLObject/0.10.0 With the procedure described above, the matching SQLObject version should be picked up directly from PyPI. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

