That looks right to me. The main download instructions are here: http://turbogears.org/2.1/docs/main/DownloadInstall.html
The DeprecationWarning you are getting is just because you're running python 2.6 which by default warns about possible issues with the 3.x line. Seth On Oct 9, 1:58 am, Helio Pereira <[email protected]> wrote: > Hi all, > > I have installed tg2.1a1 with easy_install using the command: > easy_install -ihttp://www.turbogears.org/2.1/downloads/current/index > tg.devtools > > After that I have run the paster --help and have an warning like you > can see in this output: > paster --help > Usage: paster [paster_options] COMMAND [command_options] > > Options: > --version show program's version number and exit > --plugin=PLUGINS Add a plugin to the list of commands (plugins are > Egg > specs; will also require() the Egg) > -h, --help Show this help message > > /media/Dados/Projectos/TG/tg2env/lib/python2.6/site-packages/ > ToscaWidgets-0.9.8-py2.6.egg/tw/core/view.py:223: DeprecationWarning: > object.__new__() takes no parameters > obj = object.__new__(cls, *args, **kw) > Commands: > create Create the file layout for a Python distribution > help Display help > make-config Install a package and create a fresh config file/ > directory > points Show information about entry points > post Run a request for the described application > request Run a request for the described application > serve Serve the described application > setup-app Setup an application, given a config file > > TurboGears2: > quickstart Create a new TurboGears 2 project. > tginfo Show TurboGears 2 related projects and their versions > > My question is, am I doing the reight step to install TG2.1 or there > is a better way? > > Regards, > Helio Pereira --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

