unhandled error: your version of http.client doesn't support https

2 replies [Last post]
User offline. Last seen 1 year 26 weeks ago. Offline
Sceptic
Joined: 2010-07-25

 when i try to upload a project with the uploader in 2.5 i get this, unhandled error: your version of http.client doesn't support https. any thoughts? edit- was trying to upload with blender2.53 rev 30619. used the blender version from this site and it works fine.

User offline. Last seen 3 days 10 hours ago. Offline
Uploader Coder | Lead Developer in SCI-BUS project
Joined: 2008-11-13
Fix

Hi,

If you're using the win64 build, I have committed for this a fix to Blender trunk, so svn up and rebuild for that. I guess we could make a release for this soon so that we have also 2.53 available here.

If you're on Linux or OSX, then you need to make a small edit to one file from the Python 3.1.

look for xmlrpc/client.py in the python 3.1 distribution (or the bundled one if you're using such a build - bundled would be under 2.53/python/lib ). Edit the file and remove the three lines 1181-1183. Ensure they are about a has_attr() check  for ssl, and if not found an exception is thrown. That can be removed. For some mysterious reason this check is there, although it works perfectly fine without.

/Nathan

http://www.lumikuu.com || http://www.letworyinteractive.com || http://www.planetblender.org || http://www.blender-fi.org

User is online Online
Maintainer, developer
Joined: 2009-07-21
As of Blender 2.57, this

As of Blender 2.57, this issue no longer exists as Blender now uses Python 3.2 with the bug fix in it.

- Jesse Kaukonen, www.jessekaukonen.net

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.