Hi Sam,

If you're  working with Maya 2014 or later, you have PySide built in, so
there would be no need for PyQt (and it's a fairly trivial conversion in
skills).

Python does have TKinter bundled on most systems, but I can't speak to how
that is as a gui interface.  If you don't want to work with Maya's ui
interface (in cmds), I'd say PySide's the way to go.  It's also pretty easy
to install on a standalone Python install as well once you have pip.

Hope that helps,

Joe

On Fri, Apr 15, 2016 at 10:47 AM <[email protected]> wrote:

> Hi there,
>
> i have been looking into using qt designer to create my interface but it
> seems a bit of a fuss to download and make work properly.
>
> is there not just an intermediate way. Not using cmds but something
> intuitive to generate a simple but stylish interface for my program?
>
> Also if i did use something like pyQt to create my interface, does that
> mean that if i try and run my program on a different machine, that machine
> will need to have pyQt installed also. Not too sure how it works.
>
> Anyway if anyone knows of any cool new ways of creating a gui, i would
> appreciate to know the best route to take.
>
> thanks,
> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/python_inside_maya/056aa6c0-ac75-4584-ab64-11be57bf9667%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAM33%3Da6TU8DZVR2F%3Dz_WMVNyLsW7DmogsH%2BHe7oidqVP8hhANw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to