Re: install package in a particular python version

2009-08-23 Thread David Lyon
On Thu, 20 Aug 2009 20:53:18 -0700 (PDT), Steve1234 wrote: > Benjamin suggested: > sudo python2.5 setup.py install > and it works. This makes sense, thanks. > > I downloaded pythonpkgmgr from source and installed it. I got the > error that reguired wx package was missing. I couldn't find this

Re: install package in a particular python version

2009-08-20 Thread Ben Finney
Steve1234 writes: > I installed the boto module in my Ubuntu system using "python setup.py > install" and it installs in my python2.6 version and works great. That's because your ‘python’ command is doing the same thing as if you'd typed:: $ python2.6 setup.py install The Python 2.6 interp

Re: install package in a particular python version

2009-08-20 Thread Steve1234
Benjamin suggested: sudo python2.5 setup.py install and it works. This makes sense, thanks. I downloaded pythonpkgmgr from source and installed it. I got the error that reguired wx package was missing. I couldn't find this package for Linux or source. -- http://mail.python.org/mailman/listinfo

Re: install package in a particular python version

2009-08-20 Thread David Lyon
On Thu, 20 Aug 2009 17:57:53 -0700 (PDT), Steve1234 wrote: > I installed the boto module in my Ubuntu system using "python setup.py > install" and it installs in my python2.6 version and works great. Now > I want to install boto into my python2.5 version because my hosting > services supports 2.5

Re: install package in a particular python version

2009-08-20 Thread Benjamin Kaplan
whoops, sent it to you instead of the list On Thu, Aug 20, 2009 at 9:05 PM, Benjamin Kaplan wrote: > On Thu, Aug 20, 2009 at 8:57 PM, Steve1234 wrote: >> >> I installed the boto module in my Ubuntu system using "python setup.py >> install" and it installs in my python2.6 version and works great.  

install package in a particular python version

2009-08-20 Thread Steve1234
I installed the boto module in my Ubuntu system using "python setup.py install" and it installs in my python2.6 version and works great. Now I want to install boto into my python2.5 version because my hosting services supports 2.5 but not 2.6. and I want to test my code locally, "sting".format()