Re: [web2py] Re: app not loading external python library

2023-10-27 Thread Al Ex
pip install urllib3_secure_extra in my virtual env solved the problem. Thank you Tom for pointing to the solution, I had missed that thread. On October 27, 2023 at 16:59:18, Tom Clerckx (tcler...@gmail.com) wrote: I think this is the same issue as was discussed a few months ago: See this threa

[web2py] Re: app not loading external python library

2023-10-27 Thread Tom Clerckx
I think this is the same issue as was discussed a few months ago: See this thread: https://groups.google.com/g/web2py/c/xYVWpDGLuzY/m/t9sBabWOAgAJ Seems some issue between the custom importer and the urllib3 module. Can you try once more, but also explicitly pip install *urllib3_secure_extra *i

[web2py] Re: app not loading external python library

2023-10-25 Thread Massimo Di Pierro
Hello Alex, thank for reporting this problem. Is it only occurring with web2py 2.25.1? On Monday, 23 October 2023 at 14:05:15 UTC-7 alex wrote: > Hi, > > I am running web2py Version 2.25.1-stable in virtualenv (python 3.9.5, it > happens also in python 3.10.10) > > After activating the virtua