Is there exist a module for working with config file? Simple enough,
just read/write config file (like for most unix app), determine where
row is contain config words with it's parameters (like
'config_word=parameter') or it's a comments (#)?
On 10/26/06, Basil Shubin <bashu@yandex.ru> wrote:
Hi, friends!
Is there exist a module for working with config file? Simple enough,
just read/write config file (like for most unix app), determine where
row is contain config words with it's parameters (like
'config_word=parameter') or it's a comments (#)?
Is there exist a module for working with config file? Simple enough,
just read/write config file (like for most unix app), determine where
row is contain config words with it's parameters (like
'config_word=parameter') or it's a comments (#)?
Is there exist a module for working with config file? Simple enough,
just read/write config file (like for most unix app), determine where
row is contain config words with it's parameters (like
'config_word=parameter') or it's a comments (#)?
Take a look at wx.Config and wx.FileConfig for some wx alternatives.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
On 10/26/06, Basil Shubin <bashu@yandex.ru> wrote:
Hi, friends!
Is there exist a module for working with config file? Simple enough,
just read/write config file (like for most unix app), determine where
row is contain config words with it's parameters (like
'config_word=parameter') or it's a comments (#)?
Is there exist a module for working with config file? Simple enough,
just read/write config file (like for most unix app), determine where
row is contain config words with it's parameters (like
'config_word=parameter') or it's a comments (#)?
Take a look also at ConfigObj - a Python module for easy reading and writing of config files.