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

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()