¡@

Home 

python Programming Glossary: myproject.conf

Where to put a configuration file in Python?

http://stackoverflow.com/questions/7567642/where-to-put-a-configuration-file-in-python

my_project setup.py my_project __init__.py main.py conf myproject.conf I use ConfigParser to parse the myproject.conf file. In my code.. conf myproject.conf I use ConfigParser to parse the myproject.conf file. In my code it's easy to load the file with a good path.. easy to load the file with a good path my_project conf myproject.conf The problem is When I install my project using the setup.py..