[web2py] Re: compileapp error

2010-07-12 Thread mdipierro
Please replace import applications.tred.modules.newick as newick reload(newick) with newick=local_import('newick',force=True) for portability On 12 Lug, 13:21, "topher.baron" wrote: > An ajax request I'm making is erroring on the server with in a place > that it shouldn't. > > Here is the tic

[web2py] Re: compileapp error

2010-07-12 Thread topher.baron
I think I found the problem. treeId = db.tree.insert( name = request.vars.newickName, comments = request.vars.newickComment, creationDate = datetime.datetime.now() ) treeId is a reference to the row created, not an id returni