On Sun, Mar 30, 2008 at 6:24 PM, midtoad <[EMAIL PROTECTED]> wrote: > > How would we go about getting or placing some updated files placed on > the turbogears.org site? > > I just installed the latest Turbogears for Python2.5 on my iMac. I > noticed that SQLObject didn't get installed. Or rather, the setup > script grabbed the latest version from the turbogears site and > installed that... in my Python 2.4 folder. There is no SQLObject file > available for Python 2.5 ! 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 > > Meanwhile, in the Python Cheese Shop the latest version available is: > http://pypi.python.org/pypi/SQLObject/0.10.0
we should remove as much non binary eggs as possible and rely as much as possible on pypi... the only reason we had a filelist on our server at first was to provide some binary compiled dependencies that were not provided in compiled form by their maintainers... SO is not even a direct dependency of TG anymore... so this should be removed completely from our own files. Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

