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

2008-06-17 Thread Johannes Wienke
Hi again, maybe someone can help me if I narrow the problem? I've found out that this segfault only occurs if one of my own extension modules that also link against gtk is loaded before the gtk import statement. Moreover it is unrelated to pyunit or distutils. What could be the problem?

[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