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.
|
July '10 |
|
||||
|---|---|---|---|---|---|---|
| Mo | Tu | We | Th | Fr | Sa | Su |
| Thu July 29 2010 | ||||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
thanks!! I've had a quick browse.. I'll look through the code later.
I downloaded the code. but i am getting error
Traceback (most recent call last):
File "editobjects.py", line 4, in ?
import livepagehandlers, model
File "/root/Desktop/pythontree/model.py", line 2, in ?
from basicproperty import propertied, common, basic, weak
ImportError: No module named basicproperty
I think there is some module file missed in the tar file.
BasicProperty is available from http://basicproperty.sourceforge.net/ . Haven't tested that this code works with the latest version, though.