Re: [web2py] Re: modules: NameError("name 'reload' is not defined",)

2020-08-19 Thread xgp.l...@gmail.com
Hi, Looking for the solution to this matter also. File "web2py/gluon/custom_import.py", line 109, in __call__ result = NATIVE_IMPORTER(name, globals, locals, fromlist, level) Files are placed in the modules folder. Regards, El Tuesday, August 18, 2020 a la(s) 8:52:43 AM UTC-5,

Re: [web2py] Re: modules: NameError("name 'reload' is not defined",)

2020-08-18 Thread AGRogers
I am completely out of my depth re this issue. But I just read the following on the py4web group and wondered whether it might be related. Proper use of modules Q from Richard: Where do modules go? A I think proper modules should be installed with pip but if you want to distribute the source of

Re: [web2py] Re: modules: NameError("name 'reload' is not defined",)

2020-08-18 Thread Kevin Keller
I see there is an open issue on git from 8 days ago: https://github.com/web2py/web2py/issues/2341 So just FYI it is already reported. Its a strange error. Must be somewhere in the module save function and after save it should trigger the compile which obviously does not work anymore either.

Re: [web2py] Re: modules: NameError("name 'reload' is not defined",)

2020-08-18 Thread xgp.l...@gmail.com
Hi, I already open a conversation about this but no complete answers were given. I ran from source and experience the same error. Cheers, El Tuesday, August 18, 2020 a la(s) 8:52:43 AM UTC-5, kell...@gmail.com escribió: > Same issue here with newest web2py > > Am Di., 18. Aug. 2020 um 07:08

Re: [web2py] Re: modules: NameError("name 'reload' is not defined",)

2020-08-18 Thread Kevin Keller
Same issue here with newest web2py Am Di., 18. Aug. 2020 um 07:08 Uhr schrieb 'Annet' via web2py-users < web2py@googlegroups.com>: > I reported the same problem some time ago. > > When I edit a module and save it I get this nameError. Since I am > importing the modules into other applications I

[web2py] Re: modules: NameError("name 'reload' is not defined",)

2020-08-17 Thread 'Annet' via web2py-users
I reported the same problem some time ago. When I edit a module and save it I get this nameError. Since I am importing the modules into other applications I have to restart web2py everytime I edit a module. Further more the module are no longer compiled on first use, which I also find very

[web2py] Re: modules: NameError("name 'reload' is not defined",)

2020-08-16 Thread Vlad
same error, though with a lot more than 3 lines On Wednesday, June 24, 2020 at 5:36:36 AM UTC-5 serge.bo...@gmail.com wrote: > > I have an issue saving my modues with the last version of web2py. > Is there something I do wrong? > > Context: Ubuntu 18.04 / web2py version 2.20.4 / python 3.6.9 > >