aimeyzie / web-shell

Automatically exported from code.google.com/p/web-shell
0 stars 0 forks source link

Can't start the Server #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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