-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access to yml and xml files #124
Comments
I don't understand what xml/yaml files you want to access and from where. Maybe I can help if you describe the scenario a bit more. |
Thanks! I want to do also read the My assumption is that there is no clear definition of the path, where the Does that make sense? And on the long run, this file could be loaded as a resource from here: |
Currently there are three places that specify data files in the |
Until now, these files only seem accessible when in the same folder and thus one cannot use pkg_resources to access them when being somewhere else.
I suspect that this is due to a missing general setting of the main folder in the
setup.py
, but admit not knowing sufficient about python packaging.The text was updated successfully, but these errors were encountered: