Message11450

Author stefan.richthofer
Recipients stefan.richthofer, zyasoft
Date 2017-06-28.16:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498666238.48.0.593869764807.issue2600@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-28 16:10:38stefan.richthofersetrecipients: + stefan.richthofer, zyasoft
2017-06-28 16:10:38stefan.richthofersetmessageid: <1498666238.48.0.593869764807.issue2600@psf.upfronthosting.co.za>
2017-06-28 16:10:38stefan.richthoferlinkissue2600 messages
2017-06-28 16:10:37stefan.richthofercreate