[PyKDE] PyQt-x11-gpl-3.4/pyuic3 Extract
Odd Arild Olsen
oao at fibula.no
Mon Nov 11 11:38:01 GMT 2002
Pyuic writes some "Extracting..." information to the generated py-file. These
lines cause compile errors. I made the lines into comments by
changing form.cpp:
184c184
< cout << "# Extracting Python code from " << s << endl;
---
> cout << "Extracting Python code from " << s << endl;
205c205
< cout << "# Extracting " << rx.cap(1) << endl;
---
> cout << "Extracting " << rx.cap(1) << endl;
--
Odd Arild Olsen
More information about the PyQt
mailing list