After restarting the server, I get the following error: SyntaxError: URL: a=index c=None f=None r=None
On Sep 18, 2:46 pm, Jonathan Lundell <jlund...@pobox.com> wrote: > On Sep 18, 2010, at 11:40 AM, Avik Basu wrote: > > > > > When I replace the code in gluon/html.py, I still keep getting the > > same SyntaxError ('not enough information to build the url') which > > seems strange since that is not even in the code anymore. > > > I am sort of new to debugging the gluon code so I maybe making some > > simple mistake. I did delete the html.pyc file. Do I need to restart > > the server? > > I would assume so, given the message, and especially if you're not seeing > html.pyc getting recreated. > > > > > > > On Sep 18, 2:31 pm, Jonathan Lundell <jlund...@pobox.com> wrote: > >> On Sep 18, 2010, at 9:46 AM, Avik Basu wrote: > > >>> Sure, I'm happy to help debug. Send me the print statements when you > >>> get a chance. > > >> FWIW, I just did the same thing (move the current appadmin into my own > >> app) and it seems to work OK; at least I can access appadmin/index OK.