Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PycURL doesn't seem to work on Windows #14

Closed
ebroder opened this issue May 7, 2012 · 5 comments
Closed

PycURL doesn't seem to work on Windows #14

ebroder opened this issue May 7, 2012 · 5 comments

Comments

@ebroder
Copy link
Contributor

ebroder commented May 7, 2012

When using PycURL on Windows, we end up with POST submissions like this:

   {
     "C:\\Python27\\lib\\email\\mime\\nonmultipart%2Epy%00n": ""
   }

We should either track down and squash the bug, or (easier) don't use PycURL on Windows (fall back on another library)

@gdb
Copy link

gdb commented May 7, 2012

We've seen this pretty rarely, and not on all Windowses. I think it's a PycURL bug, and not much we can do about squashing it (except perhaps detect it).

@gtaylor
Copy link

gtaylor commented May 7, 2012

requests is excellent, and works on Windows. Highly recommend.

@ebroder
Copy link
Contributor Author

ebroder commented May 7, 2012

@gtaylor We support requests, App Engine's urlfetch, pycurl, and urllib2 if all else fails, in that order. We prefer requests over anything else, but I think that may not currently be correctly reflected in our package dependencies.

@p
Copy link

p commented Dec 11, 2013

Sounds like pycurl/pycurl#34 although that should not have affected any released pycurl versions two years ago.

@kyleconroy
Copy link
Contributor

@ebroder is correct about the import order. Requests supports windows, so I personally don't think this is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants