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
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
2 matches
Mail list logo