Titus Brown wrote: >hi, Norman, > >you need to get some of the very latest twill alpha code -- this >functionality isn't yet released. > >You can do this either by installing > > http://darcs.idyll.org/~t/projects/twill-latest.tar.gz > >or by saying > > easy_install -f http://issola.caltech.edu/~t/dist/ -U twill > >or by browsing through http://issola.caltech.edu/~t/dist/, finding >the latest .egg file manually, and installing that. > >Let me know how it goes! > >cheers, >--titus > >On Fri, Mar 17, 2006 at 04:29:35PM +0000, Norman Khine wrote: >-> Hello, >-> I have twill installed, but not sure where to go and get the extend_with >-> modules. >-> I have just updated my twill instance, and everytime i run twill-sh and >-> try the examples, I get: >-> >-> >> extend_with check_links >-> >-> ERROR: No module named check_links >-> >-> current page: http://www.idyll.org/ >-> >> extend_with require >-> >-> ERROR: No module named require >-> >-> current page: http://www.idyll.org/ >-> >> >-> >-> >> extend_with match_parse >-> >-> ERROR: No module named match_parse >-> >-> >-> also when i open the python shell to test my twill instalation on mac os >-> x as per installation docs >-> >-> Python 2.4.1 (#2, Mar 31 2005, 00:05:10) >-> [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin >-> Type "help", "copyright", "credits" or "license" for more information. >-> >>> import twill.shell >-> >>> twill.shell.main() >-> Traceback (most recent call last): >-> File "<stdin>", line 1, in ? >-> AttributeError: 'module' object has no attribute 'main' >-> >-> if i run >-> >-> >>> twill.shell >-> <module 'twill.shell' from >-> >'/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/twill-0.8.3-py2.4.egg/twill/shell.pyc'> >-> >-> Can you advise >-> >-> Many thanks >-> >-> Norman >-> >-> >-> -- >-> Norman Khine >-> SARL ITAAPY 9 rue Darwin, 75018 Paris - Tel +33(0)1 42 23 67 45 >-> Mail: [EMAIL PROTECTED] - Fax: 01 53 28 27 88 >-> >-> >-> _______________________________________________ >-> twill mailing list >-> [email protected] >-> http://lists.idyll.org/listinfo/twill >-> >-> > > great, thanks ;)
-- Norman Khine SARL ITAAPY 9 rue Darwin, 75018 Paris - Tel +33(0)1 42 23 67 45 Mail: [EMAIL PROTECTED] - Fax: 01 53 28 27 88 _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
