Hi Folks,
starting from the ssl tests from cpython i went into one more strange issues:
import fork with cpython:
>>> from pty import fork
>>> fork
<function fork at 0x7f599d12ab18>
and try with jython27:
>>> from pty import fork
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/jython27/Lib/pty.py", line 11, in <module>
import tty
File "/opt/jython27/Lib/tty.py", line 5, in <module>
from termios import *
ImportError: No module named termios
in cpython the termios seems to be available as shared library. On jython i
not find anything comparable. Is this still missing? Or is there no real
replacement for this because native library dependencies may are not wanted?
--
Sven
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk_______________________________________________
Jython-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/jython-dev