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, 7:51 pm, Michael Pedersen <[email protected]> wrote: > You're using the tutorial for TG1. Please use the tutorial for TG2, located > athttp://www.turbogears.org/book/part1/wiki20.html > > Now, we need to find a better way to make Google stop sending people to the > TG1 docs, somehow. Not sure *how* yet. > > > > > > > > > > On Wed, Sep 28, 2011 at 12:12 PM, Wael <[email protected]> wrote: > > Hello all, > > > I am new to Python and TG, however i was reading a lot about it , and > > seems interesting framework. > > I have succeeded to install it on Windows 7 , following some tutorials > > on the net , and made sure that python 2.6 is installed , virtualenv , > > 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. > > > yes Python , and python\scripts are already in path > > yes TG is installed > > yes virtualenv is installed > > > Hope you can help me > > > -- > > 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. > > -- > Michael J. Pedersen > My IM IDs: Jabber/[email protected], AIM/pedermj022171 > Yahoo/pedermj2002, MSN/[email protected] > My Online Resume:http://www.icelus.org/ > Twitter: pedersentg -- 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.

