So I'm trying to install TG on my Windows Vista 64 box and am getting stuck when the tgesetup.py gets the simplejson 1.7.3 part of the install process. I've un-installed and re-installed everything (including Python) but still get stuck here.
I just installed TG on my redhat box last weekend which worked great, but it installed simplejson 1.7.1. Is there a way to force the TG install to use a particular module version? The first few lines of the output when the error occurs are: Searching for simplejson>=1.3 Reading http://cheeseshop.python.org/pypi/simplejson/ Reading http://undefined.org/python/#simplejson Reading http://cheeseshop.python.org/pypi/simplejson/1.7.3 Best match: simplejson 1.7.3 Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-1.7.3 .tar.gz#md5=03935eda1211f29d6856481baf6cba59 Processing simplejson-1.7.3.tar.gz Running simplejson-1.7.3\setup.py -q bdist_egg --dist-dir c:\users \andrew\appdat a\local\temp\easy_install-cdqu5s\simplejson-1.7.3\egg-dist-tmp-mgkkra Traceback (most recent call last): File "D:\Downloads\tgsetup.py", line 435, in <module> tg_main() File "D:\Downloads\tgsetup.py", line 188, in tg_main main(args) File "D:\Downloads\tgsetup.py", line 367, in main return main(list(argv)+[egg]) # we're done here ...continues Also, maybe it's because the TG install isn't completing, but running 'tg-admin info' results in the error: "Cannot find Python executable C:\Python25\python.exe" Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

