[IronPython] config files vs. env vars and site.py

Oran Dennison odennison at gmail.com
Wed May 4 23:17:27 CEST 2005


As long as there's a programmatic way to set everything (perhaps with the 
helper methods on PythonEngine like Jim mentioned), you create any 
config-based scheme you want.
 I always prefer to build programmatic config control first, then call that 
from my config file parser(s). That way I'm not hard-wiring configuration to 
any particular file format, and I'm not a second-class citizen if I want to 
configure everything programmatically.
 Oran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050504/5d4df522/attachment.html>


More information about the Ironpython-users mailing list