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