The bug is in a file: gluon/contrib/openauth.py
which is not provided by web2py. You must have put there. web2py thinks is its own file, tries to pre-import it for speed and fails. anyway, you should not be getting an error. Fixing in trunk. On May 18, 7:28 am, notabene <[email protected]> wrote: > (Python 2.6.2): > > /var/lib/python-support/python2.6/MySQLdb/__init__.py:34: > DeprecationWarning: the sets module is deprecated > from sets import ImmutableSet > Traceback (most recent call last): > File "./web2py.py", line 16, in <module> > import gluon.import_all > File "/home/hosts/googleappengine/web2py-dev/gluon/import_all.py", > line 87, in <module> > exec "import %s" % module > File "<string>", line 1, in <module> > File "/home/hosts/googleappengine/web2py-dev/gluon/contrib/ > openauth.py", line 383 > table = self.settings.table_identity > ^ > SyntaxError: invalid syntax > > Regards Niels > > On May 18, 8:56 am, mdipierro <[email protected]> wrote: > > > Please give it a try and let me know. > > > Massimo > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

