On Jan 10, 2008 3:24 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Hi, > > I've followed the steps here: > http://docs.turbogears.org/1.0/InstallWindows > > up until the command: python tgsetup.py > > where I get the error 'python' is not recognized as an internal or > external command, operable program or batch file. Can anyone aid me? You should be able to start the python shell from the console window. If not, C:\Python25\python.exe (or similar) is not in your PATH. You should add the variable PYTHONHOME (C:\Python25) and add PYTHONHOME and PYTHONHOME\Scripts to PATH either in autoexec.bat or using the properties on My Computer. good luck andré --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

