Forgive me, I'm running Windows XP at the moment, my Xubuntu-fied laptop was recently stolen.
I've cleaned up my windows environment, removed Python 2.5 and everything associated with it, then installed Python 2.6. I then used ez_setup.py to get setuptools 0.6c9. I downloaded go-pylons.py from http://www.pylonshq.com/download/0.9.7/go-pylons.py. At this point I should have been properly prepared to run the following command. Instead, note what happened: New python executable in sandbox\Scripts\python.exe Installing setuptools........... Complete output from command sandbox\Scripts\python.exe -c "#!python \"\"\"Bootstrap setuptoo... " --always-copy -U setuptools: 'import site' failed; use -v for traceback Traceback (most recent call last): File "<string>", line 50, in <module> File "H:\Python26\lib\os.py", line 63, in <module> import ntpath as path File "H:\Python26\lib\ntpath.py", line 11, in <module> import genericpath ImportError: No module named genericpath ---------------------------------------- ...Installing setuptools...done. ... right. So it would appear that go-pylons.py is not ready for Python 2.6 at this point, at least on Windows. Am I missing something? Or should I just stick with 2.5 for now? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
