On Thursday 22 May 2008 11:09:30 am Thorsten Kampe wrote: > 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).
Because they were too big, because you included the rc file twice. > Both versions work > under Windows but only the one that does not use the ui file on Linux. Both versions worked fine for me with PyQt 4.4.2 on Linux. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
