nevow tutorial - no attribute 'htmlfile' ?

In Donovan's tutorial http://nevow.com/Nevow2004Tutorial.html I typed twistd -noy sched.tac but got: File "....\Example4\schedule.py", line 13, in ScheduleRoot docFactory = rend.htmlfile('Month.html') exceptions.AttributeError: 'module' object has no attribute 'htmlfile' Failed to load application: 'module' object has no attribute 'htmlfile' I have installed, twisted, twisted web, nevow and zope interfaces. Any ideas what is going wrong here? thanks Andy Bulka ------------------------------------------------------------ This email was sent from Netspace Webmail: http://www.netspace.net.au

abulka@netspace.net.au wrote:
In Donovan's tutorial http://nevow.com/Nevow2004Tutorial.html I typed twistd -noy sched.tac but got:
File "....\Example4\schedule.py", line 13, in ScheduleRoot docFactory = rend.htmlfile('Month.html') exceptions.AttributeError: 'module' object has no attribute 'htmlfile'
Failed to load application: 'module' object has no attribute 'htmlfile'
It's in nevow.loaders these days.

On 6/16/05, abulka@netspace.net.au <abulka@netspace.net.au> wrote:
In Donovan's tutorial http://nevow.com/Nevow2004Tutorial.html I typed twistd -noy sched.tac
Try the updated tutorial http://divmod.org/users/mg/nevow-doc/ -- Sridhar Ratna - http://www.livejournal.com/users/seedar/

Quoting Sridhar Ratna <sridharinfinity@gmail.com>:
Try the updated tutorial http://divmod.org/users/mg/nevow-doc/
Ok - thanks. I tried the hello world example with the latest trunk nevow from svn. I had to find my own helloworld.html xhtml document. The app ran and displayed my html ok, but appended an error as follows: C:\Python23\Lib\site-packages\Nevow\nevow\flat\twist.py, line 32 in drive 30 deferred.addCallback(cb).addErrback(eb) 31 except StopIteration: 32 finished.callback('') 33 Locals finished <nevow.util.Deferred object at 0x0104F2D0> exceptions.AttributeError: 'Deferred' object has no attribute 'callback' Is this normal? -Andy ------------------------------------------------------------ This email was sent from Netspace Webmail: http://www.netspace.net.au
participants (3)
-
abulka@netspace.net.au
-
Sridhar Ratna
-
Tommi Virtanen