Open GoogleCodeExporter opened 9 years ago
Thanks for the detailed info. I'll be checking that out
Original comment by argo...@gmail.com
on 31 Jul 2012 at 12:58
I reported and showed how to fix this issue as a one line change in the google
group:
https://groups.google.com/forum/#!searchin/pysphere/michael$20specter/pysphere/A
7EPrquJAnQ/q3EJhNw-UIAJ
TL;DR
On line 1280 in vi_virtual_machine.py, change
request = urllib2.Request(url, data=content)
To:
request = urllib2.Request(url.encode('utf-8'), data=content)
-Mike
Original comment by mikespec...@gmail.com
on 8 Aug 2013 at 4:53
Any chance in getting this fixed and releasing a new version to Pypi?
Tim
Original comment by tsal...@gmail.com
on 8 Aug 2013 at 4:54
I've been rolling my own build with this exact patch since before I created
this issue. It has been working great for me.
Original comment by wheaties...@gmail.com
on 8 Aug 2013 at 4:57
More than 2 years later.... any chance this could become official yet? I've
been using my original patch this whole time, and I've not had any bad side
effects from it.
Original comment by wheaties...@gmail.com
on 6 Oct 2014 at 8:07
Original issue reported on code.google.com by
wheaties...@gmail.com
on 30 Jul 2012 at 5:02