I ran into this problem recently when I updated my web2py to version 3.0.11.
I had to replace the *applications/<my app>/controllers/appadmin.py* in my application with the newer *applications/welcome/controllers/appadmin.py* I did not change my python path. On Sunday, April 27, 2025 at 7:17:10 AM UTC-7 Ron Chatterjee wrote: > Hello friends, > > Its been a while I have used web2py. Using python 3 and run into this > error when click database administration > > On appadmin.py line 13 > from gluon._compat import iteritems. > > I get the error no module named 'gluon_compat' > > I see Massimos old post, "make sure web2py is in pathonpath'. > > How to add web2py into python path. Can someone assist me? Or the problem > is something else? > -- 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 visit https://groups.google.com/d/msgid/web2py/f28a0151-7710-4afe-85fa-57dfb4474b1dn%40googlegroups.com.

