[web2py] Why am I getting "unable to import requests" in web2py even though requests is accessible directly through python

2023-05-26 Thread vald...@gmail.com
Asked this one on SO here as I was just reminded of how much nicer this community tends to be to newb questions. I

[web2py] Re: Why am I getting "unable to import requests" in web2py even though requests is accessible directly through python

2023-05-26 Thread Tom Clerckx
Good point, I'm curious as well. I did a few experiments and I noticed that: Running a virtualenv built on python *2.7.18* and using web2py (python2 version) "Version 2.24.1-stable+timestamp.2023.03.23.05.07.17", the import goes *OK *within a web2py shell. Running a virtualenv built on python *

[web2py] Re: Why am I getting "unable to import requests" in web2py even though requests is accessible directly through python

2023-05-26 Thread vald...@gmail.com
What also gets me is that when I switched back to my original branch that doesn't have the msal and requests stuff - I'm now still getting the same error in the master branch.. On Friday, May 26, 2023 at 6:06:56 PM UTC-5 Tom Clerckx wrote: > Good point, I'm curious as well. > > I did a few expe