Message349

Author nobody
Recipients
Date 2001-07-19.03:02:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Jython 2.0 on java1.1.8 (JIT: MRJ22Jitc.01)
Type "copyright", "credits" or "license" for more 
information.
>>> import re
Traceback (innermost last):
  File "<console>", line 1, in ?
  File "/MAC HD/System 
Folder/Preferences/jython-2.0/Lib/re.py", line 28, in ?
  File "/MAC HD/System 
Folder/Preferences/jython-2.0/Lib/sre.py", line 20, in 
?
  File "/MAC HD/System 
Folder/Preferences/jython-2.0/Lib/sre_parse.py", line 
504
SyntaxError: inconsistent dedent
>>> 

I then checked sre_parse for dedent problems and found 
none.

This is on a MAC PPC iMac with 128 megs of built in 
memory.

Although I am quite familiar with python I know very 
little about jython or how it is constructed.  The same 
command works fine on my PC.

Regards
Otto
otto@o
History
Date User Action Args
2008-02-20 17:16:51adminlinkissue442649 messages
2008-02-20 17:16:51admincreate