Author Topic: Blender Torque Exporter not working for Blender 249.2  (Read 859 times)

Heres what happens in the console when I try to export a standard cube:
Code: [Select]
[tt]Compiled with Python vwesion 1.6.2
'import site' failed; use -v for traceback
Checking for installed Python... No installed Python found.
Only built-in modules are available. Some scripts may not run.
Continuing happily.
Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\Dts_Blender.py", line 45, in <module>
      import os.path
   File "C:\Program Files\Blender Foundation\Blender\python26.zip\os.py", line 398, in <module>
   File "C:\Program Files\Blender Foundation\Blender\python26.zip\UserDict.py", line 82, in <module>
Import Error: No module named _abco11

Whats wrong?