Quote:
Originally Posted by virtuald
- Make sure that your source file is in the 'pythonpath' in the pydev settings for your project
|
I did figure it out! It turns out that while my interpreter was configured properly, the 'default' interpreter in PyDev was going to the 2.7 version of Python that shipped with my computer and not the 3.6 I manually added to my pythonpath. Oops
