On 2008-05-01 Carl Banks wrote:

> If you don't intend to write a GUI to do that, write a simple
> text file parser (if the options are simple), use ConfigParser,
> or use a Python file that you exec.

INI is great for so many things.  It is also extremely
commonplace, regardless of platform.  The biggest challenge might
be choosing which one to adopt:

    http://wiki.python.org/moin/ConfigParserShootout

-- 
Micah Elliott | [EMAIL PROTECTED] | http://MicahElliott.blogspot.com

Attachment: signature.asc
Description: Digital signature

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to