[twill] Wrong number of arguments to go()?

John J Lee jjl at pobox.com
Sun Aug 6 16:55:51 PDT 2006


twill 0.8.5 (that's what easy_install-2.4 -U twill gave me just now), 
Python 2.4:

~[0]$ twill-sh /home/john/bin/twill.twill
>> EXECUTING FILE /home/john/bin/twill.twill
EXCEPTION raised at line 1 of '/home/john/bin/twill.twill'

       go('http://wwwsearch.sourceforge.net/')

Error message: 'go() takes exactly 1 argument (3 given)'


** UNHANDLED EXCEPTION: go() takes exactly 1 argument (3 given)
--
0 of 1 files SUCCEEDED.
Failed:
         /home/john/bin/twill.twill
~[0]$


Complete contents of that script (/home/john/bin/twill.twill) are:

go('http://wwwsearch.sourceforge.net/')


John




More information about the twill mailing list