> As a prelude to using wxConfig for my application, i wrote a quick
> script to parse a windows ini file for another application my script
> will run on a windows machine.
>
> i bring the ini file over to linux and run my script, and the ini file
> is parsed corectly.
>
> when i run the script under windows, i get nottin. when i poke around
> the entry of the first group looks like CLSID ???
>On MSW, the wxConfig class uses the registry. To force use of an ini file
you need to use wxFileConfig.--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!
ยทยทยท
----- Original Message -----
From: "Robin Dunn" <robin@alldunn.com>
To: "wxPython-users" <wxpython-users@wxwindows.org>
Sent: Thursday, August 24, 2000 9:58 PM
Subject: Re: [wxPython] wxConfig: Linux=works, Win=no_works???