Issue1101

classification
Title: Jython 2.2.1 on z/os hangs
Type: behaviour Severity: normal
Components: Jythonc compiler Versions: 2.2.1rc1
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: dysonbags, fwierzbicki
Priority: Keywords:

Created on 2008-08-08.14:55:23 by dysonbags, last changed 2008-11-04.15:42:26 by fwierzbicki.

Messages
msg3409 (view) Author: Graham (dysonbags) Date: 2008-08-08.14:59:40
I have installed jython 2.2.1 on Windows XP and it works fine. I've
tried to install on Z/OS 1.8 and it appears to install correctly
(message Congratulations! You successfully installed Jython 2.2.1 to
directory /u/Y057AHE/jython/install. received. However when I try to run
the graph example, it just hangs. I see 

MVS2 # jythonc --package pygraph Graph.py
import: 'exceptions' as org.python.core.exceptions in builtin modules
Jython 2.2.1 on java1.4.2
import: 'site' as /u/Y057AHE/jython/install/Lib/site.py
import: 'sys' as sys in builtin modules
import: 'os' as org.python.modules.os in builtin modules
import: 'javaos' as /u/Y057AHE/jython/install/Lib/javaos.py
import: 'java' as java package
import: 'File' as java class
import: 'System' as java class
import: 'javapath' as /u/Y057AHE/jython/install/Lib/javapath.py
import: 'IOException' as java class
import: 'UserDict' as /u/Y057AHE/jython/install/Lib/UserDict.py
import: 'time' as org.python.modules.time.Time in builtin modules
import: 'stat' as /u/Y057AHE/jython/install/Lib/stat.py
import: 'string' as /u/Y057AHE/jython/install/Lib/string.py
Type "copyright", "credits" or "license" for more information.


then nothing else. Only thing I can do is cancel my session. 

Is there a known problem on Z/OS or have I done something wrong?
msg3514 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2008-09-13.17:47:34
I see that you are trying to use jythonc -- have you tried using just
jython on z/os?  I'm afraid I don't know if we have any z/os machines to
test with.
History
Date User Action Args
2008-11-04 15:42:26fwierzbickisetcomponents: + Jythonc compiler, - Core
2008-09-13 17:47:34fwierzbickisetnosy: + fwierzbicki
messages: + msg3514
2008-08-08 14:59:40dysonbagssetmessages: + msg3409
2008-08-08 14:55:23dysonbagscreate