foreshadow / atom-python-run

A simple atom package. Press one key to run your python code in atom.
https://atom.io/packages/atom-python-run
MIT License
44 stars 32 forks source link

Can't Import Modules #128

Closed Snuggles-McFluffyPants closed 4 years ago

Snuggles-McFluffyPants commented 4 years ago

Hi. I don't know if this is a bug with this package or me not setting things up properly but I'm trying to run a program I created with atom-python-run which involves importing matplotlib. I have matplotlib downloaded on my computer and my program runs fine in pycharm and python's idle but not here for some reason.

The specific error I'm recieving says that their is no module named matplotlib (although there most certainly is)

The picture attached shows how I configured my settings.

Problem

If someone could help me out that'd be great

Snuggles-McFluffyPants commented 4 years ago

Actually the file I tried to run it with was python.exe not python.bat

I was just trying a few different things