ssl in python2.5 is not easy_installable as default version in ubuntu is python 2.6. so you might get warning while uploading file with ssl.
as sudo easy_install-2.5 ssl failed , i had to install libssl-dev and and than sudo easy_install-2.5 pyopenssl , and than it worked. just posted it so if somebody else has the same problem...... is ssl and pyopenssl is same thing on ubuntu ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
