Re: [pygtk] Segfault importing gtk within distutils / unittest

2008-06-17 Thread Johannes Wienke
? Thanks in advance Johannes Am 06/09/2008 06:45 PM schrieb 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

[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