Adverti horiz upsell

Quick Channel Control 1.0.0 for Maya (maya script)

A tool which gives quicker control over Maya's channel box.

License
Button download
545 Downloads

Compatibility

  • 2014, 2013

Operating Systems

  • Windows

History

Created:03/24/2014
Last Modified:03/24/2014
File Size: 2.74 KB

Bugs

No module named PyQt4

Statuspending
Priorityhigh
Date10/01/2017
Submitted bywjhamilton wjhamilton

When I run the two lines of code the UI won't open and I get the error message below. I'm running Maya 2017 and have usedd the script succesfully before in Maya 2014. It's a great script and I'd love to be able to continue to use it if possible.

 

import quick_channel_control
quick_channel_control.launch()
# Error: No module named PyQt4
# Traceback (most recent call last):
# File "<maya console>", line 1, in <module>
# File "C:/Users/wjham/Documents/maya/2017/scripts\quick_channel_control.py", line 28, in <module>
# from PyQt4 import QtCore, QtGui
# ImportError: No module named PyQt4 #

Post a comment: