The Globes and the Dimples

 From:  NightCabbage
979.30 
Ok, so possibly dumb question, but...

I am running the Blender 2.5 version from Anthony's website, and when I start blender (with the import moi python script) I get this error:

Traceback (most recent call last):
File "C:\DOCUME~1\NIGHTC~1\Desktop\TRUE-N~1.5\BLENDE~1\.blender\scripts\module
s\bpy\utils.py", line 44, in _test_import
mod = __import__(module_name)
File "C:\DOCUME~1\NIGHTC~1\Desktop\TRUE-N~1.5\BLENDE~1\.blender\scripts\io\imp
ort_moi.py", line 54
print ctype
^
SyntaxError: invalid syntax

 

 

Is anyone else running the 2.5 version? Do you get this error?


-EDIT-

Ok, after some quick research, I've found out that Blender 2.5 uses Python 3, and the print command must have parentheses around its parameters.

I don't really know Python... is there a new version of the script for the 2.5 version of Blender?

EDITED: 7 Jul 2010 by NIGHTCABBAGE