[Tutor] Running programs that import 3rd party packages installed using pip.

Alan Gauld alan.gauld at yahoo.co.uk
Thu Oct 4 03:44:44 EDT 2018


On 04/10/18 04:20, Roger B. Atkins wrote:
> System:  Windows 10, Anaconda, Python 3, Spyder3
> 

> I changed my system path variable to include:
> C:\Users\rba21\Anaconda3\lib\site-packages    # Result: same error message

When you say the "system path" do you mean the PYTHONPATH
variable? It's PYTHONPATH not PATH that determines where
Python looks for modules...

Just a thought.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list