Message11869

Author mga792
Recipients mga792
Date 2018-04-03.08:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522745996.7.0.467229070634.issue2664@psf.upfronthosting.co.za>
In-reply-to
Content
When I execute the code in file with jython, the program crash with this error:
Traceback (most recent call last):
  File "/tmp/jython_program.py/Lib/runpy.py", line 161, in _run_module_as_main
  File "/tmp/jython_program.py/Lib/runpy.py", line 72, in _run_code
  File "/tmp/jython_program.py/Lib/tnsping.py", line 22, in <module>
  File "/tmp/jython_program.py/Lib/tnsping.py", line 12, in system_call
  File "/tmp/jython_program.py/Lib/tnsping.py", line 12, in system_call
  File "/tmp/jython_program.py/Lib/subprocess.py", line 988, in communicate
  File "/tmp/jython_program.py/Lib/subprocess.py", line 1023, in _communicate
IOError: Stream closed
History
Date User Action Args
2018-04-03 08:59:56mga792setrecipients: + mga792
2018-04-03 08:59:56mga792setmessageid: <1522745996.7.0.467229070634.issue2664@psf.upfronthosting.co.za>
2018-04-03 08:59:56mga792linkissue2664 messages
2018-04-03 08:59:56mga792create