In #146 a flexible way declaring the configuration file location was implemented. Unfortunately, I can't get it to work.
This is how my (very simple) test script looks like:
from genologics import config
When I run this it immediately starts complaining about the missing config files.
/venv/lib/python2.7/site-packages/genologics/config.py:52: UserWarning: Please make sure you've created or indicated your own Genologics configuration file (i.e: ~/.genologicsrc) as stated in README.md
warnings.warn("Please make sure you've created or indicated your own Genologics configuration file (i.e: ~/.genologicsrc) as stated in README.md")
I am using the latest (pip) version of the package. Any idea how to get this to work?
In #146 a flexible way declaring the configuration file location was implemented. Unfortunately, I can't get it to work.
This is how my (very simple) test script looks like:
When I run this it immediately starts complaining about the missing config files.
I am using the latest (pip) version of the package. Any idea how to get this to work?