Edgewall Software

Changes between Initial Version and Version 1 of Ticket #9990, comment 32


Ignore:
Timestamp:
Jan 31, 2011, 10:28:20 PM (13 years ago)
Author:
Christian Boos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9990, comment 32

    initial v1  
    11Hm, weird. Can you please try to patch your twill/shell.py like that:
    22{{{#!diff
    3 --- ./twill/shell.py    Mon Jan 31 22:22:54 2011
    4 +++ ./twill/shell.py.orig       Mon Jan 31 22:18:45 2011
    5 @@ -237,10 +237,6 @@
     3--- ./twill/shell.py.orig       Mon Jan 31 22:18:45 2011
     4+++ ./twill/shell.py    Mon Jan 31 22:22:54 2011
     5@@ -237,6 +237,10 @@
    66     def do_EOF(self, *args):
    77         "Exit on CTRL-D"
    88         if readline:
    9 -            import traceback
    10 -            debug = open("/tmp/debug-twill.txt", "w")
    11 -            traceback.print_stack(None, None, debug)
    12 -            debug.close()
     9+            import traceback
     10+            debug = open("/tmp/debug-twill.txt", "w")
     11+            traceback.print_stack(None, None, debug)
     12+            debug.close()
    1313             readline.write_history_file('.twill-history')
    1414
    1515         raise SystemExit()
    1616}}}
    17