Hello,

I'm currently doing some testing locally and I use a virtual environment, and 
had added the google_appengine path to my virtual environment.

However, evidently recent versions of python-requests don't work within GAE, 
however version 2.1.0 does.   But when I downgraded python-requests in my virt 
env, it didn't work because when testing GAE prefers the requests library which 
is installed within it's lib directory, which is v 2.6.0.

My questions are:

- why does GAE have python-requests in the lib directory in the first place?   
Especially if it's one that doesn't work.
- Should I be doing something different to configure my virtual environment?


The actual error when trying to use a new version of requests is a Connection 
Refused due to authentication, although it works completely fine outside of the 
GAE environment.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6974154a-8f6e-496c-b102-5f5ec7b42893%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to