Hey,
I have a question. I'm trying to make Python interpret my config files. Basically, my program needs to generate a config based on options the user imputs, and I have no idea how.
I was thinking, like in kadischi, the config could be a python file, but whenever I try that, I doesn't work. I type:
import config
and the variables still aren't set.
Any ideas?
Firewing1