Tree-editing with Nevow LivePage (A quick hack... erm... demo...)
Written by
on
in
Snaking.
Since Tim Parkin asked for this (I didn't miss the comment, just didn't really have time to set aside for pulling the code together), I've sketched out a simple approach for making tree-of-object editors with Nevow's LivePage.
Comments
Comments are closed.
Pingbacks
Pingbacks are closed.
Tim Parkin on 09/19/2005 4:28 p.m. #
thanks!! I've had a quick browse.. I'll look through the code later.
prajwala on 02/02/2007 6:17 a.m. #
I downloaded the code. but i am getting error <br />
Traceback (most recent call last):<br />
File "editobjects.py", line 4, in ?<br />
import livepagehandlers, model<br />
File "/root/Desktop/pythontree/model.py", line 2, in ?<br />
from basicproperty import propertied, common, basic, weak<br />
ImportError: No module named basicproperty<br />
<br />
<br />
I think there is some module file missed in the tar file.<br />
Mike Fletcher on 02/02/2007 8:10 a.m. #
BasicProperty is available from http://basicproperty.sourceforge.net/ . Haven't tested that this code works with the latest version, though.