[twill] extending twill

Titus Brown titus at caltech.edu
Sat Sep 3 14:54:30 PDT 2005


fixed -- extend_with commands weren't recognized in the interactive
shell.

thanks,
--titus

On Mon, Jun 20, 2005 at 12:09:30PM -0400, Michele Simionato wrote:
-> For some reason, I am unable to extend twill.
-> I have this module in my path:
-> 
-> $ echo hello_mod
-> __all__ = ["hello"]
-> 
-> def hello():
->     print "hello"
-> 
-> $ twill-sh
-> 
->  -= Welcome to twill! =-
-> 
-> current page:  *empty page*
-> >> extend_with hello_mod
-> current page:  *empty page*
-> >> hello
-> *** Unknown syntax: hello
-> 
-> What am I doing wrong?
-> 
->   Michele
-> 



More information about the twill mailing list