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

How to reproduce this issue (a bug??) with a simple example:

In the applications examples, create a module (for instance empty.py)

Then open it, 
=> url: 
127.0.0.1:8000/admin/default/edit/examples/modules/empty.py?id=modules__empty__py
The file contains 3 lines:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from gluon import *

do not change anything and save it (ctrl + S)...

=> Since the last version, I get the following message:

 Impossible de recharger le module car:
 NameError("name 'reload' is not defined",)

Thanks for any advise...

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/f70af411-2d58-4a98-b864-97160094cce1o%40googlegroups.com.

Reply via email to