Hi, I read the follwing http://divmod.org/trac/wiki/DivmodNevow/ContextRemoval
but I cant find "page.Page"
from nevow.page import Page
Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: cannot import name Page
Where can I find it?
Thanks Alessandro
------------------------------------------------------ Leggi GRATIS le tue mail con il telefonino i-mode di Wind http://i-mode.wind.it/
On Wed, 30 May 2007 10:55:40 +0200, "aleuser@inwind.it" aleuser@inwind.it wrote:
Hi, I read the follwing http://divmod.org/trac/wiki/DivmodNevow/ContextRemoval
but I cant find "page.Page"
from nevow.page import Page
Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: cannot import name Page
Where can I find it?
This is yet a work in progress. Currently, Page is only available in a branch. http://divmod.org/trac/ticket/1252 details the current state of the effort.
Jean-Paul