I can't seem to get pycharm to recognize my matplotlib module.. It runs fine from IDLE, yet it cant import from the IDE, anyone have any ideas?
Asked
Active
Viewed 5,972 times
1
-
Not enough information. How do you "import from the IDE"? Do you use `virtualenv`? – wRAR Feb 28 '13 at 01:02
-
PyCharm is probably looking at the wrong python version – Paul H Feb 28 '13 at 04:01
1 Answers
3
I got it fixed I just moved my modules into opt/bin... and PyCharm seems to be working..

Brandon Ogle
- 715
- 1
- 8
- 23
-
3In the future you can just edit your PYTHONPATH environment variable to include said directory. – Adam Cadien Feb 28 '13 at 04:24