The only thing I can think of is that you are defining the same table twice.
Massimo On Jul 1, 12:12 pm, haftish21 <[email protected]> wrote: > I'm on page 137 of the manual... > > In[3]: db.define_table('person', SQLField('name')) > > Out[3]: Traceback (most recent call last): > File "<input>", line 1, in <module> > File "D:\allWeb2py\web2pySource\gluon\sql.py", line 975, in > define_table > raise SyntaxError, 'invalid table name: %s' % tablename > SyntaxError: invalid table name: person --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

