What steps will reproduce the problem?
1. It seems somthing wrong in Source
2.
3.
What is the expected output? What do you see instead?
********************************************************************
* $ ./webshell.py
* File "./webshell.py", line 597
* self.cursor_set_x(p[0] - 1)
* ^
* TabError: inconsistent use of tabs and spaces in indentation
********************************************************************
What version of the product are you using? On what operating system?
webshell-0.9.6-1; Arch Linux (2010-11-25 Upgraded)
Please provide any additional information below.
There is a SPACE before two TABs on the head of line. I deleted the SPACE, it
looks OK, but when I run again:
*******************************************************************
* $ ./webshell.py
* File "./webshell.py", line 961
* dump = u""
* ^
* SyntaxError: invalid syntax
*******************************************************************
Sorry, I'm a newbie on python & poor in English.
Will you help me? Thx!
Original issue reported on code.google.com by rabbit74...@gmail.com on 28 Nov 2010 at 6:17
Original issue reported on code.google.com by
rabbit74...@gmail.com
on 28 Nov 2010 at 6:17