I think you should show us some code... What you describe is possibly caused by invalid code that pass without the error get caught by chance... Sometimes this happen in python when bracket or parenthesis are not properly closed... If you show us some code we can trouble shoot further...
Richard On Wed, Jul 4, 2012 at 3:59 PM, François Delpierre < [email protected]> wrote: > Hi, > > I'm getting an invalid circual reference very often with the wizard. It's > seems very buggy. > > Most of the time, this is because I refer to a table that is later in my > definition list. Changing the order fixes this problem. > But sometimes, I have no idea. I already lost a lot of time with this very > strange error message. I think this must absolutely be fixed in the next > Web2Py release. At least display which line, and why. > > An other buggy behaviour is that when I have this circual reference error, > and when I modify one of the field definition, I get the previous > definition I wrote when submiting. And so every 2 clicks on submit, I get > the previous one, and every 2 click the last definition. > > When I restart the wizard, I even get this error on the auth_user table, > so it's not possible to go further without directly clicking on the table > on the left pane of the wizard. > > Really, it's buggy. >

