I have installed PyDev on Lion. I setup the python interpreter (Both by choosing auto config and setup by hand) and it seems to work to some degree.
I can create hello world and do very basic tasks; I can even import python extensions such as math but as soon as I put an import statement for something I have installed via pip I get an unresolved import error?
If I run python from the console the pip modules are present correct and working? I dont understand what I have done wrong.
Any help would be gratefully appreciated.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I am after some help please.
I have installed PyDev on Lion. I setup the python interpreter (Both by choosing auto config and setup by hand) and it seems to work to some degree.
I can create hello world and do very basic tasks; I can even import python extensions such as math but as soon as I put an import statement for something I have installed via pip I get an unresolved import error?
If I run python from the console the pip modules are present correct and working? I dont understand what I have done wrong.
Any help would be gratefully appreciated.
Regards