I am seeing this warning whenever I run a PyQt4 program on Lubuntu 15.04
64-bit:

test program:
    #!/usr/bin/env python
    import sys
    from PyQt4 import QtCore
    from PyQt4 import QtGui
    app = QtGui.QApplication(sys.argv)
    mainwindow =  QtGui.QTextEdit()     
    mainwindow.show()
    sys.exit(app.exec_())

When I run this test program in Python, it returns the message:
/usr/share/themes/Lubuntu-default/gtk-2.0/apps/thunar.rc:55: error: invalid 
string constant "thunar-statusbar", expected valid string constant

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in Ubuntu.
https://bugs.launchpad.net/bugs/1452631

Title:
  /usr/share/themes/Lubuntu-default/gtk-2.0/apps/thunar.rc:55: error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-artwork/+bug/1452631/+subscriptions

-- 
kubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to