2008/12/1 Mark Ramm <[EMAIL PROTECTED]>: > >>> Doesn't seem to work on Debian stable (Etch) with Python 2.4 (the >>> default) and Python 2.5 (explicitly specified when creating >>> virtualenv). With 2.5 output is basically the same, so I don't include >>> it here. >>> >>> $ python .virtualenvs/virtualenv.py --no-site-packages --verbose >> >>> $ easy_install -f >>> http://www.turbogears.org/2.0/downloads/1.9.7b2/index/ tg.devtools >> >> >> I think the command is -i not -f: >> easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7b2/index/ >> tg.devtools > > Yea, we've created our own package index rather than just uploading > all the files to directory. This requires the -i option, but makes > it easier to create a repeatable install. > > By the way I've updated the beta2 egg at that index to include > gustavo's latest repoze.what integration stuff. > > I'm having a bit of trouble with getting memcache installed and > working so that I can build a complete set of new docs, but when > that's done I'll push out a new beta2 release.
Mark, Earlier this week I tried to deploy my TG2 application that I wrote few months ago in a freshly created 1.9.7b2 virtualenv. There were some issues. The tw.forms package from the 1.9.7b2/index is version 0.9.1. It's a bit outdated. For instance, it doesn't seem to support help text tooltips (in the 'title' attribute). Is there any reason not to update to 0.9.3? Also, I would like to draw your attention to ticket 2001 [1]. This is quite annoying regression that breaks i18n in Genish, but it's very easy to fix and I've already submited a patch for this. Another issue is ticket 1999 [2]. For this one the fix is not that simple, and the attached patch is subject for discussion. Currently, I have workarounds [3,4] for both issues inside my application but I would be glad to get rid of that. Thanks, Timur [1] http://trac.turbogears.org/ticket/2001 [2] http://trac.turbogears.org/ticket/1999 [3] http://code.google.com/p/posy/source/browse/tags/0.1.1/posy.tg/posy/tg/config/app_cfg.py#18 [4] http://code.google.com/p/posy/source/browse/tags/0.1.1/posy.tg/posy/tg/lib/base.py#17 -- Timur Izhbulatov -- www.timka.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
