Hi, I've got a rather weird issue with an application. The program used to work fine but I did not test it for about six months.
Now (maybe not connected) after updating to PyQt 4.4 I can't see the help and about box in this app on Linux (PyQt 4.4.0) while on Windows (PyQt 4.4.2) everything is still perfect as before. There are only three actions in this application: exit, help and about. exit works on Linux but help and about not. What can I do to troubleshoot the issue? I've reverted to a previous version that doesn't use a ui file and this works fine on Linux. I don't get any errors. Thorsten PS I've attached the working and non working versions (just the code because the rc and ui files zipped were rejected). Both versions work under Windows but only the one that does not use the ui file on Linux.
my_application_does_not_work.pyw
Description: Binary data
my_application_does_work.pyw
Description: Binary data
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
