Using this structure i try to import GRIBDownloader using from modules.GRIBDownloader import GRIBDownloader
(in the GRIBDownloader file is a class called GRIBDownloader) with weathertryouts.py
as my main file in which i try to import this.
I researched some other pages on how to structure modules and there are some people that do it the same way, but it just doesn't work for me, I always get the error ImportError: libLerc.so.4: cannot open shared object file: No such file or directory
What am i doing wrong here?