And if you are using PySide its: pyside-uic and pyside-rcc
On Tue, Oct 15, 2013 at 6:18 PM, Panupat Chongstitwattana < [email protected]> wrote: > pyuic4 and pyrcc4 are exe command. You run them via command/dos prompt. > > I don't think wild card works, you'll probably need to type the file names. > > > > > On Tuesday, October 15, 2013 10:08:47 AM UTC+7, Dai-Chang Yang wrote: >> >> After saving ui by Qt designer ,I want to convert the *.ui to *.py. >> >> And I found this from google but it's not work. >> >> from PyQt4 import QtGui,QtCore, uic >> >> pyuic4 '*.ui' -o '*.py' >> >> Can anyone help me? THANKS. >> >> -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/b1633aef-211d-4629-9da6-fba0d5e2cdd1%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0WjoSDCvpfy9s6Fk7iS7JExSevcC-hYbjN5nMZy4H4dA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
