Adverti horiz upsell

spiral 1.0.0 for Maya (maya script)

Script for create spiral following a path

License
Button download
2,183 Downloads

Compatibility

  • 2016, 2015, 2014

Operating Systems

  • Linux
  • Mac
  • Windows

History

Created:08/12/2015
Last Modified:08/12/2015
File Size: 4.18 KB

Bugs

can load script

Statuspending
Priorityhigh
Date08/29/2016
Submitted byPsychoticMike PsychoticMike
I get this error when I try to run it
from JUM.scripts import spiralspiral.run()# Error: ImportError: file C:/Users/pc/Documents/maya/2017/scripts\JUM\core\loadUIFile.py line 1: No module named shiboken #  

Comments on this bug:

  • gX3

    gX3 said about 8 years ago:

    Same error here: # Error: No module named shiboken # Traceback (most recent call last): # File "", line 1, in # File "/Users/gg/Library/Preferences/Autodesk/maya/scripts/JUM/scripts/spiral.py", line 7, in # from JUM.core.loadUIFile import get_maya_window, load_ui_type # File "/Users/gg/Library/Preferences/Autodesk/maya/scripts/JUM/core/loadUIFile.py", line 1, in # import shiboken # ImportError: No module named shiboken #
  • marc felico

    marc felico said over 7 years ago:

    i have the same problem
  • Charl Joubert

    Charl Joubert said over 7 years ago:

     Found a partial fix.
     
    shiboken should now be shiboken2 and Pyside should be Pyside2 and pysideuic should be pyside2uic.
     
    But it now fails at:
     
    # Error: AttributeError: file <string> line 1: 'module' object has no attribute 'QMainWindow' # 
  • themouton

    themouton said over 5 years ago:

    Hello,
     
    It's certainly too late but you must also change all QTGui by QTWidgets in LoadUIFile.py
    Now it works perfectly.
     
    Bye

Post a comment: