Message5294

Author williamratcliff
Recipients williamratcliff
Date 2009-10-29.13:42:25
SpamBayes Score 3.6559666e-08
Marked as misclassified No
Message-id <1256823746.03.0.779838105454.issue1498@psf.upfronthosting.co.za>
In-reply-to
Content
Hi!  I have a hopefully quick question.  If I run jython under linux 
(fc11)or MacOS then something like:
jython -J-classpath jice.jar
works great and I can use the classes in jice.jar within python.  
However, if I try the same command under windows, I get an error:
   File "<string>", line None
 SyntaxError: Non-ASCII character in file 'jice.jar', but no encoding
 declared;
History
Date User Action Args
2009-10-29 13:42:26williamratcliffsetrecipients: + williamratcliff
2009-10-29 13:42:26williamratcliffsetmessageid: <1256823746.03.0.779838105454.issue1498@psf.upfronthosting.co.za>
2009-10-29 13:42:25williamratclifflinkissue1498 messages
2009-10-29 13:42:25williamratcliffcreate