I'm receving the following error when I try to run the stock AllTests.py script on Windows XP.
Any ideas why or what I'm doing wrong?
BTW: I'm using Python 3.0.1.
Thanks, Bill
>>>
C:\Ice-3.3.1>python alltests.py
Traceback (most recent call last):
File "alltests.py", line 14, in <module>
from scripts import *
File "C:\Ice-3.3.1\scripts\Expect.py", line 55
if c == '\\':
^
TabError: inconsistent use of tabs and spaces in indentation
C:\Ice-3.3.1>
<<<

Reply With Quote
