Re: [pygtk] how to parse gkeyfile

2008-06-09 Thread Felipe Reyes
El lun, 09-06-2008 a las 11:59 +1200, John Stowers escribió: On Tue, 2008-06-03 at 18:28 -0400, Felipe Reyes wrote: hi everybody, Currently I have an application written in C that stores some configuration information in a GKeyFile, and now I have a write another application that need

[pygtk] A friend wants to Share Favorites with you

2008-06-09 Thread catalinfest
StumbleUpon Discover new web sites Catafest wants to Share Favorites with you Likes 1 page Join StumbleUpon for Free and discover your friends' Favorites. Suddenly the Web is fun again :) Discover my Favorites

[pygtk] Segfault importing gtk within distutils / unittest

2008-06-09 Thread Johannes Wienke
Hi, I've programmed a custom distutils command to run my unit tests. The important part looks like this: def __runTests(self): ''' Runs all unit tests found in the folder 'test'. ''' print --- start run tests # append the build path to the pythonpath

[pygtk] Accessing List of Drives

2008-06-09 Thread Adiv
Is there a good way to get a comprehensive list of all the drives on a machine? (i.e. C:/, D:/, E:/, F:/, etc) PyGTK's file selection window displays all of them I believe, so there must be a way without using some massive packages like pywin32 or whatever it's called. I'm working on developing

Re: [pygtk] wnck.window.set_geometry() misbehaving

2008-06-09 Thread Jason Grant
It turns out that set_geometry() does not place windows as specified because it does not take window decorations, etc., into account: http://bugzilla.gnome.org/show_bug.cgi?id=518606 A fix has been coded - I am awaiting release of same before going back to my window tiling app. J. On Sun,