3

I just discovered that starting with Python 2.7, the httplib doesn't work anymore with binary data, breaking modules that where sending binary data over HTTP, one example being PyAMF

I am looking for a solution to the current bug, preferably one that does not require me to patch Python. Still patching PyAMF seams as an acceptable solution.

user850498
  • 717
  • 1
  • 9
  • 22
sorin
  • 161,544
  • 178
  • 535
  • 806

1 Answers1

0

Seems like there is a PyAmf version for python 2.7. other versions can be found here.

user850498
  • 717
  • 1
  • 9
  • 22