I am using the following : http://www.blog.pythonlibrary.org/2011/08/14/turbogears-2-setting-up-on-windows/ TG2
"Creating a TurboGears Workspace One of the packages we installed earlier was Python Paste. TurboGears uses this package to bootstrap a new TurboGears application. So in your activated virtual environment, type the following command: paster quickstart example Note: If your path to the “example” folder has a space in it, you will receive an error about needing the PyWin32 library installed. Very annoying." Even I use paster quickstart example , however i still get : C:\MyPythonEnv\MyPythonEnv>paster quickstart hello 'paster' is not recognized as an internal or external command, operable program or batch file. On Sep 28, 8:10 pm, Christoph Zwerschke <[email protected]> wrote: > Am 28.09.2011 18:12, schrieb Wael: > > > etc..http://www.stuartellis.eu/articles/python-development-windows/ > > > The problem now that I am follwoing this tutorial to study the > > framework and use it correctly , however some commands cannot be > > used : > > > 'tg-admin' is not recognized as an internal or external command, > > operable program or batch file. > > Hm, tg-admin is not mentioned anywhere in this tutorial - where did you > find it mentioned so that we can add a note about TG2? > > -- Christoph -- 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.

