TarunMakhija
Programmer
Hi,
I need to modify some properties that I maintain in a file called config.py.
How do I convert config.py to config.pyc programmatically during run time to ensure that the changes i made during a run time take effect.
what is happening right now is that: after i make changes to config.py during run time, the changes do not take effect. However, after i stop the application and run it again the changes i made the last time take effect.
Please let me know how to work around this.
Thanks,
Tarun
I need to modify some properties that I maintain in a file called config.py.
How do I convert config.py to config.pyc programmatically during run time to ensure that the changes i made during a run time take effect.
what is happening right now is that: after i make changes to config.py during run time, the changes do not take effect. However, after i stop the application and run it again the changes i made the last time take effect.
Please let me know how to work around this.
Thanks,
Tarun