Adverti horiz upsell

FireSystem (beta) 0.7.2 for Maya (maya plugin)

Plugin that creates shooting effects; smoke, bullet holes, sparks, debris, and other holes

License
Button download
1,602 Downloads

Compatibility

  • 2014, 2013, 2012

Operating Systems

  • Windows

History

Created:10/27/2013
Last Modified:11/06/2013
File Size: 470 KB

Keywords

maya, VFX, film

Q/A

Error Installing

Date:10/30/2013
Submitted by: brjig brjig
Im getting this error everytime I try to run the import 
# Error: line 1: ImportError: file D:\LOOKSOON\workspace\FireSystem\scripts\fs.py line 8: Bad magic number in C:\Users\~\Documents\maya\FireSystem\scripts\theme\defaultThemes.pyc # 

Replies to this question:

  • Replyindent
    looksoon sun

    looksoon sun said about 11 years ago:

    which version of Maya you used? Current It suport maya 2014 ext , I have updated files for 2012 sp2
  • elite2864

    elite2864 said about 11 years ago:

    In Maya 2014 SP2 I have this error and the loading stops. Error: ValueError: file C:\Programme\Autodesk\Maya2014\Python\lib\site-packages\pymel\internal\factories.py line 3047: invalid attribute name(s) __apicls__: special attributes are not allowed on virtual nodes # Does that mean it is only working with the extension package??
  • Replyindent
    elite2864

    elite2864 said about 11 years ago:

    Now its working! Thank you!
  • Replyindent
    looksoon sun

    looksoon sun said about 11 years ago:

    Sorry, there is a bug with PyMel of Maya 2014. You should fix it first befor runing the tools. 1.Find "factories.py" with the default location is "C:\Program Files\Autodesk\Maya2014\Python\Lib\site-packages\pymel\internal", then open it with an text editor, 2. Find "validSpecialAttrs = set([ '__module__','__readonly__','__slots__','__melnode__','__doc__'])" and append "'__apicls__'" to it, then like this: validSpecialAttrs = set(['__apicls__', '__module__','__readonly__','__slots__','__melnode__','__doc__']) 3.OK
  • Richard Stevenson

    Richard Stevenson said about 11 years ago:

    Having trouble getting Pyside working in Maya 2013 x64. Copied the main Pyside folder with the 4 contents to C:\Program Files\Autodesk\Maya2013\Python\Lib\site-packages and the dll files to C:\Program Files\Autodesk\Maya2013\bin typing "from PySide import QtGui" into the script editor just gives me this error: # Error: ImportError: file line 1: No module named PySide #
  • Replyindent
    looksoon sun

    looksoon sun said about 11 years ago:

    exclude the main folder "PySide1.1.1_Py2.6_win64", only copy the folders and the pyd file in it.
  • Moukassin

    Moukassin said about 11 years ago:

    Hello looksoon! I'm trying to install Firesystem on Maya 2014 (64) but, after fixing the pymel bug and extracting FS when I put in the python script editor: import fs fs.main() I get: # Error: line 1: ImportError: file D:\FS\FireSystem\source\scripts\fsDlgs.py line 6: No module named core can you help me?
  • Replyindent
    looksoon sun

    looksoon sun said about 11 years ago:

    Mod your module file as this: + FireSystem any D:\FS\FireSystemForMaya\2014_win64 then try this.
  • marvin lewis

    marvin lewis said almost 11 years ago:

    Hi,Can you tell me where to extract fs folder,If on c:\ drive how to Mod the Module. Please,need Help On thie one.
  • Replyindent
    looksoon sun

    looksoon sun said almost 11 years ago:

    That should be as this: + FireSystem any C:\fs\FireSystemForMaya\2014_win64
  • marvin lewis

    marvin lewis said almost 11 years ago:

    Thank you for The Info And Plug_in.But No Matter What I do I Get This Error: # Error: line 1: ImportError: file D:\FS\FireSystem\source\scripts\fsUIs.py line 9: No module named metaClass # . Iam On Maya 2014Extension.Win-x64 By the way, I extracted on C drive and did the module as you said. Is it normal for the Plugin .py to show in the plugin manager because mine does? Any help will be appreciated.
  • marvin lewis

    marvin lewis said almost 11 years ago:

    Mr looksoon 孙 would be very nice to help me out.need some of your intellgence on this.i cant figure out what is the problem.error i got, mentioned on below message. thanks again.
  • Replyindent
    looksoon sun

    looksoon sun said almost 11 years ago:

    Show me your module file, it should be this if you unrar to d:\fs: + FireSystem any D:\fs\FireSystemForMaya\2014_win64, and to make sure you have put this file to : C:\Program Files\Autodesk\Maya2014\modules
  • marvin lewis

    marvin lewis said almost 11 years ago:

    @looksoon 孙 Hi,this is my module: + FireSystem any C:\fs\FireSystemForMaya\2014_win64 thanks for responding by the way,do i have to Put any variables,on maya.env
  • Replyindent
    looksoon sun

    looksoon sun said almost 11 years ago:

    Looks ok, move these files from c:\fs to d:\fx. Don't need any env variables.
  • marvin lewis

    marvin lewis said almost 11 years ago:

    Thanks For Your Help,But It Is Not Working On My Pc. thanks anyway.
  • Replyindent
    looksoon sun

    looksoon sun said almost 11 years ago:

    Now what wrong message?
  • marvin lewis

    marvin lewis said almost 11 years ago:

    Hi,Mr looksoon 孙 It was always 1 error,no more no less: Idid what you asked of me,But still same error: # Error: line 1: ImportError: file D:\FS\FireSystem\source\scripts\fsUIs.py line 9: No module named metaClass #.But do not worry,I do not want to give you more headache than had been. goodluck.
  • Replyindent
    looksoon sun

    looksoon sun said almost 11 years ago:

    From your message, Maya doesn't find python path, so it can't load the scripts, make sure you have put all files to the correct path
  • John Thompson

    John Thompson said over 8 years ago:

    Trying to get it to work in Maya2014. 1. amended pymel script 2 unrar to c:\fs 3 amended text file to + FireSystem any C:\fs\FireSystemForMaya\2014_win64 4in scripteditor run import fs fs.main() for line import fs # Error: ImportError: No module named fs # does pyside path need to be added somewhere your append script gives syntax error help much appreciated

Post a reply: