Web2py is not compatible with python 3.x. Regards, Ales
On Monday, June 24, 2013 11:19:15 AM UTC+2, Pradeeshnarayan wrote: > > I am trying to run a web2py application. Using python2.7 it is running > fine. But I want to use python higher version. When I try with python3.0 or > 3.1, am getting an error as > > Traceback (most recent call last): > File "/var/www/vhosts/astrozon/web2py/web2py.py", line 18, in <module> > import gluon.widget > File "/var/www/vhosts/astrozon/web2py/gluon/__init__.py", line 15, in > <module> > from globals import currentImportError: No module named globals > > I have checked, the module gobals is present in the same folder. and > python2.7 is able to import that module but not for 3.0 or 3.1. > > I would greatly appreciate any suggestions. > -- --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

