Jose Galvez escreveu: > Ben Lee wrote: > >> http://groups.google.com/group/pylons-discuss/browse_thread/thread/5b31478b1d4b8710/b80979242b1895f2?lnk=gst&q=cannot+find+python#b80979242b1895f2 >> >> Cannot find Python executable C:\Python25\python.exe >> > is python in your system path? I don't think the python path is added by > default when you install python. if not add it and give that a try
Are there any mismatches between setuptools' arch and your installed Python? Like a 32bit easy_install (which creates the "paster.exe" file) on a 64bit Python? I "solved" this by realizing I don't need the big address space and sticking with a 32bit Python. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
