On Apr 30, 5:24 pm, JonathanB <[email protected]> wrote: > Following the directions > here:http://turbogears.org/2.0/docs/main/DownloadInstall.html#installing-t... > > All steps have succeeded without error up to this point, but when I > type the command to actually download turbogears, I get the following > response: > > <snip> > > error: Setup script exited with error: Unable to find vcvarsall.bat
If I remember correctly vcvarsall.bat looks like the batch file used to set up the MS Visual C++ environment variables. So it would appear that the installation procedure is trying to build you a library from source rather than give you a pre-built binary. I don't recall it ever trying to do that with me when installing TG in the past, but then I do have Visual Studio installed so I might have just missed it scrolling by. That's probably not much help though, I'm afraid! -- Ben Sizer -- 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.

