[PyKDE] examples/application.py segfaults
Marco Bubke
bubke at prinz-atm.CS.Uni-Magdeburg.De
Sat Oct 2 14:39:07 BST 1999
On 02-Oct-99 Phil Thompson wrote:
> Marco Bubke wrote:
>>
>> On 01-Oct-99 Phil Thompson wrote:
>> > Rob Cecil wrote:
>> >>
>> >> Hello,
>> >>
>> >> All of the examples work except this one. I crashes after the ctor
>> >> for ApplicationWindow completes, on the show() of that object in the
>> >> main part of the program. I have never used QMainWindow before, and
>> >> am wondering if its use is standard. My configuration is:
>> >>
>> >> Qt 1.44
>> >> Irix6.4
>> >> MipsPro 7.2.2 Compiler, -32
>> >>
>> >> Regards,
>> >>
>> >> Rob
>> >
>> > Do anybody else have this problem? If so, which version of UNIX?
>>
>> The same by me. Except that I used the gcc 2.95.1 for PyQt and Qt. There is
>> someting about QPixmap. It doesn't work.
>>
>> Marco
>
> ...and, of course, it works perfectly well for me (Linux with egcs
> v1.1.2). All I can suggest is removing code to see if you can isolate
> the lines that are triggering the problem.
Mmhh. I have the problem down triggered to QPixmap. It's definitly a problem to
use a XPM as a string. If I use it as file it runs perfectly. Then I noticed a
Problem with QmessageBox. There is no message methode. Maybe a bug. I haven't
the Problem with the original application in C++.
Marco
More information about the PyQt
mailing list