Re: How to set Path to Module

2020-08-17 Thread Detlev Offenbach
Hi Mick, just run your script with a Python interpreter, that has access to this module. How is your system set up? Detlev > Am 17.08.2020 um 11:44 schrieb Mick Sulley : > > I have installed YahooFinancials with pip3 install YahooFinancials > > I have written code which uses this, if I run it

How to set Path to Module

2020-08-17 Thread Mick Sulley
I have installed YahooFinancials with pip3 install YahooFinancials I have written code which uses this, if I run it in a terminal it works, but if I run it in Eric6 I get a ModuleNotFound error The module has been written to ~/.local/lib/python3.8/site-packages/yahoofinancials I'm sure this