jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Import Error #179

Closed wardiv closed 7 years ago

wardiv commented 7 years ago

I am trying to run a python file in Processing which has Matplotlib, numpy, scipy etc. When I run the file, it is throwing me import error as there is no module named matplotlib. could anyone help me with this?

jdf commented 7 years ago

Python Mode does not use your system python, and is not compatible with native extensions.