|
From: Stefan R. <re...@bu...> - 2017-06-28 16:10:47
|
New submission from Stefan Richthofer: I stumbled upon this blogpost (http://forum.imagej.net/t/jupyter-notebook-for-imagej/5421/16) that points out missing support for multiprocessing. After some investigation (one has to add '/usr/lib/python2.7/lib-dynload' and '/usr/lib/python2.7' to sys.path), I found that Jython+JyNI is actually capable of importing CPython's _multiprocessing.so. However, "import multiprocessing" fails with ImportError: cannot import name _args_from_interpreter_flags I have not looked what it takes to implement it in Jython yet. ---------- messages: 11450 milestone: Jython 2.7.2 nosy: stefan.richthofer, zyasoft priority: normal severity: normal status: open title: subprocess doesn't have _args_from_interpreter_flags (blocks support for multiprocessing) type: behaviour versions: Jython 2.7 _______________________________________ Jython tracker <re...@bu...> <http://bugs.jython.org/issue2600> _______________________________________ |