[pygtk] key value file parser with pygtk

2012-03-28 Thread Giuseppe Penone
Hi,
I didn' find documentation on how to use key value file parser (
http://www.gtk.org/api/2.6/glib/glib-Key-value-file-parser.html)
with pygtk, can anybody point me to it?
Best regards,
Giuseppe.
___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] key value file parser with pygtk

2012-03-28 Thread Timo

Op 28-03-12 12:26, Giuseppe Penone schreef:

Hi,
I didn' find documentation on how to use key value file parser 
(http://www.gtk.org/api/2.6/glib/glib-Key-value-file-parser.html)

with pygtk, can anybody point me to it?
No idea, but Python itself has lots of stuff built-in. Check out the 
ConfigParser [1] module which seems to do the same thing.


Timo

[1] http://docs.python.org/library/configparser.html#module-ConfigParser


Best regards,
Giuseppe.


___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/


Re: [pygtk] key value file parser with pygtk

2012-03-28 Thread Giuseppe Penone
yeah it seems very similar, I hope it's compatible with the glib version,
anyway good tip thanks.


On Wed, Mar 28, 2012 at 19:48, Timo timomli...@gmail.com wrote:

 Op 28-03-12 12:26, Giuseppe Penone schreef:

  Hi,
 I didn' find documentation on how to use key value file parser (
 http://www.gtk.org/api/2.6/**glib/glib-Key-value-file-**parser.htmlhttp://www.gtk.org/api/2.6/glib/glib-Key-value-file-parser.html
 )
 with pygtk, can anybody point me to it?

 No idea, but Python itself has lots of stuff built-in. Check out the
 ConfigParser [1] module which seems to do the same thing.

 Timo

 [1] http://docs.python.org/**library/configparser.html#**
 module-ConfigParserhttp://docs.python.org/library/configparser.html#module-ConfigParser

  Best regards,
 Giuseppe.


 __**_
 pygtk mailing list   pygtk@daa.com.au
 http://www.daa.com.au/mailman/**listinfo/pygtkhttp://www.daa.com.au/mailman/listinfo/pygtk
 Read the PyGTK FAQ: http://faq.pygtk.org/


 __**_
 pygtk mailing list   pygtk@daa.com.au
 http://www.daa.com.au/mailman/**listinfo/pygtkhttp://www.daa.com.au/mailman/listinfo/pygtk
 Read the PyGTK FAQ: http://faq.pygtk.org/

___
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/