pentaho-labs / pentaho-cpython-plugin

This is a PDI plugin that allows execution of Python code.
Apache License 2.0
32 stars 19 forks source link

Added additional check for the pyplot class #22

Closed eicherjc closed 3 years ago

eicherjc commented 6 years ago

For Python virtual environments, importing the pyplot class from matplotlib will fail. You need the _tkinter module. Previous pyCheck.py did not check for this and would not notify user of issue.

Also, the 6.1 SNAPSHOT dependency isn't there, so ant build fails. Needed to update that 6.1.0.0-184 to get this to build.