Invoking Jython from Python (or Vice Versa)

前端 未结 2 1283
失恋的感觉
失恋的感觉 2020-12-09 22:25

I\'m working on a framework right now, part of which requires Jython. I just added some plotting to it using MatPlotLib, without realizing that MatPlotLib is incompatible wi

2条回答
  •  暖寄归人
    2020-12-09 22:51

    Didn't use MatPlotLib with execnet ...

    But ...

    For a quick tryout with execnet (on a win32 platform) you can use PortablePython2.7.2.1

    PortablePython contains the MatPlotLib and is easy to install (and remove)

提交回复
热议问题