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
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to