Adverti horiz upsell

scriptManager 5.2.2 for Maya (maya script)

share/create/edit/source/import your mel/python/expression scripts

License
Button download
1,568 Downloads

Compatibility

  • 2014, 2013, 2012, 2011

Operating Systems

  • Windows

History

Created:03/18/2012
Last Modified:08/17/2013
File Size: 365 KB

Keywords

pymel, editor, mel

Feature Request

Script compiled for Maya 2014?

Status:added
Date:08/12/2013
Submitted by:Mikfr83 Mikfr83
Hi, Please, could you compile your script for Maya 2014? Thanks in advance! Mik

Comments on this feature request:

  • kinders

    kinders said over 11 years ago:

    It works good with Maya 2014. At least on my side. If you are having problem, please send me the error report.
  • Mikfr83

    Mikfr83 said over 11 years ago:

    I have this: // Error: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\__init__.pyc # Traceback (most recent call last): # File "", line 2, in # ImportError: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\__init__.pyc //
  • kinders

    kinders said over 11 years ago:

    How did you open the tool? It is supposed to be: try: reload(scriptManager.doIt) except: import scriptManager.doIt
  • kinders

    kinders said over 11 years ago:

    Also, can you check the option in "Script Editor>History>Show Stack Trace" before you copy the error log? thank u!
  • Mikfr83

    Mikfr83 said over 11 years ago:

    I work with Maya 2014 Sp2 x64. Yes, I use your command to launch the script. When I execute it for the first time, I have this: Without Stack Trace: // Error: ImportError: file line 2: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\__init__.pyc // With Stack Trace: // Error: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\__init__.pyc # Traceback (most recent call last): # File "", line 2, in # ImportError: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\__init__.pyc // And when I execute your command for the second time, I have this: Without Stack Trace: // Error: ImportError: file line 2: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\doIt.pyc // With Stack Trace: // Error: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\doIt.pyc # Traceback (most recent call last): # File "", line 2, in # ImportError: Bad magic number in C:/Users/User/Documents/maya/2014-x64/scripts\scriptManager\doIt.pyc //
  • kinders

    kinders said over 11 years ago:

    Thank you for telling the issue. Maya 2014 is using python 2.7.3 while Maya 2013 and earliear is using 2.6.4. Please download again. It will contain a 2014 folder now.

Post a comment: