I think what's needed here is a README to explain how to compile/run the
demos. I think that they are reasonable as they are (files compressed
to save space), but it ought to be clearer how to manage running them if
needed. I probably won't have time to write such a README, but would be
glad to a
This is still needed in Maverick...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/462895
Title:
python-qt4-doc examples do not work
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:/
Here's a small shell script to fix them all.
Cheers!
** Attachment added: "fix python qt4 examples"
http://launchpadlibrarian.net/41291332/fixqtexamples.sh
--
python-qt4-doc examples do not work
https://bugs.launchpad.net/bugs/462895
You received this bug notification because you are a membe
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as Triaged and let them handle it from here. Thanks
for taking the time to make Ubuntu better! Please report any other
issues you may f
Actually find finds 29 .qrc files in the examples that need to be
compiled first to be used.
--
python-qt4-doc examples do not work
https://bugs.launchpad.net/bugs/462895
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.
--
Seems like a few things were missed when packaging the examples.
For qtdemo and systray the resource files aren't compiled and an xml file that
is needed by qtdemo is gzipped.
so to fix qtdemo you need to unzip qtdemo/xml/examples.xml.gz and run
pyrcc4 -o qtdemo_rc.py qtdemo.qrc
to fix systray you