Mark Ramm, el 30 de junio a las 18:43 me escribiste: > > We now have a web-based index for all TG2 related projects. > > So installing TG2 should be as simple as: > > easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index > tg.devtools > > But this hasn't been widely tested yet, so it's possible that we're > missing a compiled binary somewhere, or have some other problem. > > So, if you have a few min, and want to help out could you give the > install a test, and report back to this list with what you find? > > I highly recommend using virtualenv for things like this, since it > will keep your site-packages clean. And you know how exciting a > clean site-packages directory is ;) > > So using a virtualenf the steps to test tg2's install would be: > > virtualenv --no-site-packages tg1.9.7test > cd tg1.9.7test/ > source bin/activate > easy_install -i http://www.turbogears.org/2.0/downloads/1.9.7a1/index > tg.devtools
All went well with Debian unstable quickstarting a hello world. I just found a little odd that when I start the server I get this: $ paster serve development.ini ['__builtins__', '__doc__', '__file__', '__name__', '__path__', 'config', 'lib', 'model'] Starting server in PID 32029. serving on 0.0.0.0:8080 view at http://127.0.0.1:8080 The print dir(...) came from here: TurboGears2-1.9.7a1-py2.5.egg/tg/environment.py:35 I guess that shouldn't be there, right? -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/ ---------------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------------- La esperanza es una amiga que nos presta la ilusión. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
