Got the following traceback when editing near the end
of my file. Using 0.2.7 from CVS:
showing main frames
Traceback (most recent call last):
File "C:\Python22\boa\boa\Views\PySourceView.py",
line 968, in OnAddChar
self.doAutoIndent(prevline, pos)
File "C:\Python22\boa\boa\Views\StyledTextCtrls.py",
line 811, in doAutoIndent
indent = string.strip(prevline, '\r\n')
TypeError: strip() takes exactly 1 argument (2 given)
Traceback (most recent call last):
File "C:\Python22\boa\boa\Views\PySourceView.py",
line 968, in OnAddChar
self.doAutoIndent(prevline, pos)
File "C:\Python22\boa\boa\Views\StyledTextCtrls.py",
line 811, in doAutoIndent
indent = string.strip(prevline, '\r\n')
TypeError: strip() takes exactly 1 argument (2 given)
Traceback (most recent call last):
File "C:\Python22\boa\boa\Views\PySourceView.py",
line 968, in OnAddChar
self.doAutoIndent(prevline, pos)
File "C:\Python22\boa\boa\Views\StyledTextCtrls.py",
line 811, in doAutoIndent
indent = string.strip(prevline, '\r\n')
TypeError: strip() takes exactly 1 argument (2 given)
Logged In: YES
user_id=438
Thanks, the fix has been checked into CVS.