PyQt for maya2017
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I tried to install PyQt into maya2017 and import it.
Since there is no docs for Maya2017 yet, so I just followed the maya2016 one;
http://download.autodesk.com/us/support/files/maya_documentation/pyqtmaya2016.pdf
but I got the following error when trying to configure;
$QTDIR/bin/mayapy ./configure.py LIBDIR_QT=$LIBDIR_QT INCDIR_QT=$INCDIR_QT MOC=$QTDIR/bin/moc -w --no-designer-plugin
(page 7 - linux vers)
Querying qmake about your Qt installation...
Determining the details of your Qt installation...
/usr/autodesk/maya2017/bin/qmake -o qtdetail.mk qtdetail.pro
Project ERROR: Unknown module(s) in QT: core
Error: Failed to determine the detail of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
Any idea?