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 in this

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 in this

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 Steven D'Aprano
On Thu, 07 May 2009 00:03:11 -0700, OldGrantonian wrote: So I now have c:\Python 2.5 and c:\Python 2.6 On the virtualenv web site, the instructions for use are: $ python virtualenv.py ENV My question is, which python should I use on this command line: 2.5 or 2.6? I'm not an expert on

Re: Which python version do I use with virtualenv?

2009-05-07 Thread Ant
On May 7, 8:03 am, OldGrantonian oldgranton...@googlemail.com wrote: ... 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 Duncan Booth
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 wonder what I've been running then? For 2.5, there is:

Re: Which python version do I use with virtualenv?

2009-05-07 Thread Krishnakant
I have another question in this same context. I have python 2.6 and want to set up a vertualenv in /opt/turbogears/python2.5. Then use this for all the things a turbogears based application would need for project execution. so I have decided that I will download python 2.5 and compile it with

Re: Which python version do I use with virtualenv?

2009-05-07 Thread Diez B. Roggisch
Krishnakant wrote: I have another question in this same context. I have python 2.6 and want to set up a vertualenv in /opt/turbogears/python2.5. Then use this for all the things a turbogears based application would need for project execution. so I have decided that I will download python

Re: Which python version do I use with virtualenv?

2009-05-07 Thread Krishnakant
You are confusing virtualenv with a custom-build python. You can of course use VE with a custom-build python, but then there isn't as much use for it, as you then have a distinct python-instance already - unless you are going to share it amongst projects, which then leads to the question why

Re: Which python version do I use with virtualenv?

2009-05-07 Thread Diez B. Roggisch
Krishnakant wrote: You are confusing virtualenv with a custom-build python. You can of course use VE with a custom-build python, but then there isn't as much use for it, as you then have a distinct python-instance already - unless you are going to share it amongst projects, which then leads

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 Emile van Sebille
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 downloaded the Python 2.5 version of Easy Install. There's no Python

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

Re: Which python version do I use with virtualenv?

2009-05-07 Thread Duncan Booth
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. -- http://mail.python.org/mailman/listinfo/python-list