Re: Can't install ssl for Python2.5

2010-03-10 Thread Lacrima
On Mar 10, 11:23 pm, "Martin v. Loewis" wrote: > > I don't know how to solve this problem and I am looking forward for > > help. > > Try running "python setup.py install" directly, after downloading and > unpacking the package. > > Regards, > Martin Thanks a lot! It helped! -- http://mail.python

Re: Can't install ssl for Python2.5

2010-03-10 Thread Martin v. Loewis
> I don't know how to solve this problem and I am looking forward for > help. Try running "python setup.py install" directly, after downloading and unpacking the package. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Can't install ssl for Python2.5

2010-03-10 Thread Lacrima
Hello! I use Ubuntu 9.10 Karmic Koala. It has Python 2.6 as default installation. And I installed Python 2.5 alongside (for the need of Google AppEngine). But it seems like my Python 2.5 installation lacks ssl support. I can't import ssl and starting appengine server fails with "'module' object ha