Short story: No. The license options for PyQt are primarily about external/commercial distribution of your code.
You should read the PyQt licensing page: http://www.riverbankcomputing.com/software/pyqt/license. The non-commercial version of PyQt uses a GPL license which you can use for internal tools without issue. Internal distribution is address in the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html#InternalDistribution Also, don't let Maya 2013 turn you off of PySide. With only a little bit of environment setup and binaries that match the python version in Maya, you can easily get PySide running. I'm using PySide in Maya 2012 for almost all UI needs. On Sat, Jan 4, 2014 at 5:44 AM, David Martinez < [email protected]> wrote: > Hello, > > I'm getting a bit confused in terms of licensing for PyQt. Would I require > a license if we are developing in-house tools that are not going to be > distributed outside? I've tried to look for information in regards of > licensing but every new article I read seems to have a different take on it. > > We are using Maya2013 SP2 at the moment which means that we can't use > PySide natively. > > What are your thoughts/experiences with it? > > > Many thanks and happy new year! > > -- > David Martinez - Technical Animator > > -- > 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/CAMLeNpwopeSEabnM8F9up6K36HNYLdq9Z4bCZQhBpc07T%2BxhXQ%40mail.gmail.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/CANESWi1XknyZEyxoZO1w2cs2AFGJJ39SU2um1AW0PfGawb3ZwA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
