[wxPython] wxConfig broken on Linux?

Before I spend time debugging, ...
is there any known issue with wxConfig on Linux?

It works fine as long as the application is running, but apparently nothing
is stored on disk (i.e. next time I try, all seting in the config are
forgotten)

Horst

Hi,

Before I spend time debugging, ...
is there any known issue with wxConfig on Linux?

No...

It works fine as long as the application is running, but apparently
nothing is stored on disk (i.e. next time I try, all seting in the
config are forgotten)

...but there _was_ such bug some time ago. What version of wxWin do
you use and does the config sample from (C++) wxWin or wxPython demo
work?

Vaclav

Before I spend time debugging, ...
is there any known issue with wxConfig on Linux?

It works fine as long as the application is running, but apparently

nothing

is stored on disk (i.e. next time I try, all seting in the config are
forgotten)

Try specifying a filename for the 3rd paramater of the wxConfig constructor.
It should put the file in the user's home directory.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!