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

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to