Previous Thread  Next Thread

chat icon Python script error: Check console.

Astra

Posted: Wed Jan 02, 2013 1:11 am
Joined: 02 Jan 2013
Posts: 2
I have Blender 2.49b and Python 26

i need help.

http://i46.tinypic.com/2zj04yf.png
Reply with quote


Tehrasha

Posted: Wed Jan 02, 2013 1:27 am
Joined: 21 Apr 2010
Posts: 1171
Given the 'bad version' in the error message, my guess is that your elu_import script is not made for your version of Blender.
_________________
Spacemice Wiki -- Input devices for a 3D world.
Spacemice / Blender Compatibility
Reply with quote


Astra

Posted: Wed Jan 02, 2013 1:51 am
Joined: 02 Jan 2013
Posts: 2
[quote]
Given the 'bad version' in the error message, my guess is that your elu_import script is not made for your version of Blender.[/quote]


http://www.gamerzneeds.net/forums/gunz-online-hacks-bots-tutes-discussion/191471-tut-opening-compiling-elu-files.html
I did everything they said. im using windows 7 with x86. is that a problem?
Reply with quote


Tehrasha

Posted: Wed Jan 02, 2013 2:47 am
Joined: 21 Apr 2010
Posts: 1171
Ah... the error refers to this line in the script...

Code:
        if version not in ELU_VERSIONS and version not in ANI_VERSIONS:
            raise VersionError, "Bad version number %d" % version


Looks like it is looking for a specific version value within the .elu/.ani file.
It is quite possible that Gunz has made changes since 2009 which make the script fail.
_________________
Spacemice Wiki -- Input devices for a 3D world.
Spacemice / Blender Compatibility
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group