Message4774
This is definitely the .bat file's fault, it's due to of all things an
asterisk. To reproduce it on the plain command line:
>dist\bin\jython -c "import sys;sys.stdout.write(\"xyz\"*1);"
File "<string>", line 1
import
^
SyntaxError: mismatched input '\n\n' expecting NAME
>python -c "import sys;sys.stdout.write(\"xyz\"*1);"
xyz |
|
Date |
User |
Action |
Args |
2009-05-31 21:38:40 | pjenvey | set | messageid: <1243805920.09.0.392624598939.issue1356@psf.upfronthosting.co.za> |
2009-05-31 21:38:40 | pjenvey | set | recipients:
+ pjenvey, otmarhumbel, fwierzbicki |
2009-05-31 21:38:39 | pjenvey | link | issue1356 messages |
2009-05-31 21:38:39 | pjenvey | create | |
|