installing pyqt for maya 2015

115 views
Skip to first unread message

s...@weacceptyou.com

unread,
Nov 4, 2015, 3:46:18 PM11/4/15
to Python Programming for Autodesk Maya
Hello friends,

i am useless at installing plugins/scripts/modules or whatever this is. but i need to create a nice sexy gui for my python script and i hear pyqt is the way forward in the gui department.

however i have found contradicting information online about how to install, there are header files i need but also an .exe file to run, though other places have said from maya 2011 onwards pyqt is already built in to it. im getting a head ache.

could someone kindly give me the basic steps to get pyqt working on maya 2015
bear in mind i am not very software savvy

thanks alot,

Sam

Justin Israel

unread,
Nov 4, 2015, 4:16:51 PM11/4/15
to Python Programming for Autodesk Maya

Building and installing PyQt,  built against Maya, is a non trivial task. Can you just stick with PySide? It is shipped with Maya and has basically the same API as PyQt, save a few minor differences.


--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/4b9ae555-e107-4ac1-83a8-5b91ee207294%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Fredrik Averpil

unread,
Nov 4, 2015, 5:01:47 PM11/4/15
to Python Programming for Autodesk Maya

In case you decide on PySide (which is not that much different from PyQt) you should know that PySide2 is under development. PySide2 has Qt5 bindings.

// Fredrik

Marcus Ottosson

unread,
Nov 4, 2015, 5:02:03 PM11/4/15
to python_in...@googlegroups.com
Here you go! There are versions for each version of Maya, including 2015.


But yes, I would agree that going with PySide is better if you're starting from scratch.


For more options, visit https://groups.google.com/d/optout.



--
Marcus Ottosson
konstr...@gmail.com

s...@weacceptyou.com

unread,
Nov 4, 2015, 5:06:03 PM11/4/15
to Python Programming for Autodesk Maya
thanks a lot guys for the help,

I've not heard of pyside, if it can create a nice interface with buttons and sliders then thats good enough for me. I will check this out and give pyqt a miss.

thanks a lot

Sam

Marcus Ottosson

unread,
Nov 4, 2015, 5:21:42 PM11/4/15
to python_in...@googlegroups.com
PySide and PyQt is what you use in Python to write GUIs using a framework called "Qt".

The graphical portion of Maya, Nuke and others are mostly written using Qt, but in C++ which is its native interface. Everything you them do is that you can also do with the Python bindings; either PyQt of PySide, which is just two different implementations of the same thing and are mostly identical in how you use them.

Have a look at the main website for all the goodies!



Sam

--
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 python_inside_m...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Marcus Ottosson
konstr...@gmail.com

Reply all
Reply to author
Forward
0 new messages