[IronPython] INI File For IronPython
Davy Mitchell
daftspaniel at gmail.com
Tue Oct 2 13:49:47 PDT 2007
On 10/2/07, JoeSox <joesox at gmail.com> wrote:
> Feel free to look at pswrdgeniron (IronPython GUI for pswrdgen).
> http://www.codeproject.com/useritems/pswrdgeniron.asp
> The module opens itself and reads in the first few lines, which each
> setting is defined in order on a line. I used format of
> "VARNAME::value" with the value encoded as a string so it is easy to
> split and assign to a self.VARNAME. From there it's easy to bridge to
> IronPython.
Interesting - reminds me of Pythoncard's resource file. Well a little :-)
> Why not just use ConfigObj ?
I am using ConfigObj :-) Just considering losing the CPython
dependency if there was a drop-in DotNet replacement...
Cheers,
Davy
--
Davy Mitchell
Blog - http://www.latedecember.co.uk/sites/personal/davy/
Twitter - http://twitter.com/daftspaniel
Skype - daftspaniel
needgod.com
More information about the Users
mailing list