Message5857

Author SchlauFuchs
Recipients SchlauFuchs, otmarhumbel
Date 2010-06-29.09:19:46
SpamBayes Score 0.0009266558
Marked as misclassified No
Message-id <1277803186.81.0.857122658767.issue1624@psf.upfronthosting.co.za>
In-reply-to
Content
>>
jython.bat --print runner.py "c:\Program Files\some\" resulted in:
     java org.python.util.jython runner.py "c:\Program Files\some\"
<<
This is the case I want to demonstrate.
Could you test it by letting a python script show you the content of sys.argv?

I found the call is fine but inside of jythons interpreter it gets ugly.

(used Pydev in eclipse to debug.)
History
Date User Action Args
2010-06-29 09:19:46SchlauFuchssetmessageid: <1277803186.81.0.857122658767.issue1624@psf.upfronthosting.co.za>
2010-06-29 09:19:46SchlauFuchssetrecipients: + SchlauFuchs, otmarhumbel
2010-06-29 09:19:46SchlauFuchslinkissue1624 messages
2010-06-29 09:19:46SchlauFuchscreate