Re: Which python version do I use with virtualenv?

2009-05-08 Thread OldGrantonian
On May 7, 9:33 pm, Duncan Booth duncan.bo...@invalid.invalid wrote: OldGrantonian oldgranton...@googlemail.com wrote: Where do I find the win32 extensions? http://www.google.com/search?q=python+win32 Any of the first 4 hits should help. Success :) Many thanks to all responders

Re: Which python version do I use with virtualenv?

2009-05-08 Thread OldGrantonian
On May 7, 9:33 pm, Duncan Booth duncan.bo...@invalid.invalid wrote: OldGrantonian oldgranton...@googlemail.com wrote: Where do I find the win32 extensions? http://www.google.com/search?q=python+win32 Any of the first 4 hits should help. Success :) Many thanks to all responders

Which python version do I use with virtualenv?

2009-05-07 Thread OldGrantonian
I have Windows Vista Home Premium. As a non-techy, I want to use virtualenv I had Python 2.6 on my laptop. I needed easyinstall to install virtualenv. During installation of easyinstall, I got the message Python 2.5 not found So I installed Python 2.5, then installed virtualenv So I now have

Re: Which python version do I use with virtualenv?

2009-05-07 Thread OldGrantonian
Thanks to both Steven D'Aprano and Ant :) Sounds like you've downloaded the Python 2.5 version of Easy Install. There's no Python 2.6 version of EasyInstall :( For 2.5, there is: setuptools-0.6c9.win32-py2.5.exe But for 2.6, it's: setuptools-0.6c9-py2.6.egg For any other egg file, I would

Re: Which python version do I use with virtualenv?

2009-05-07 Thread OldGrantonian
On May 7, 12:34 pm, Duncan Booth duncan.bo...@invalid.invalid wrote: OldGrantonian oldgranton...@googlemail.com wrote: Thanks to both Steven D'Aprano and Ant :)  Sounds like you've downloaded the Python 2.5 version of Easy Install. There's no Python 2.6 version of EasyInstall :( I

Re: Which python version do I use with virtualenv?

2009-05-07 Thread OldGrantonian
On May 7, 9:03 pm, Emile van Sebille em...@fenx.com wrote: On 5/7/2009 12:53 PM OldGrantonian said... On May 7, 12:34 pm, Duncan Booth duncan.bo...@invalid.invalid wrote: OldGrantonian oldgranton...@googlemail.com wrote: Thanks to both Steven D'Aprano and Ant :)  Sounds like you've

Separate Windows versions of Python

2009-05-06 Thread OldGrantonian
I use Windows Vista Home Premium. I have Python 2.6 currently installed. I'm not a techy. I want to use virtualenv. When I try to install the latest version of virtualenv for Windows, I get the message that Python 2.5 is not found. How do I install Python 2.5 (or anything else except 2.6) so

Re: Separate Windows versions of Python

2009-05-06 Thread OldGrantonian
Many thanks for the very detailed answer :) I will go ahead right now and implement all your suggestions. On May 6, 4:35 pm, Scott David Daniels scott.dani...@acm.org wrote: OldGrantonian wrote: I use Windows Vista Home Premium. I have Python 2.6 currently installed. I'm not a techy