Build Exporter Errors
by John Siar · in Artist Corner · 03/27/2006 (8:23 pm) · 3 replies
Hello. I have followed the various tutorials and visited python on IRC to talk to the gurus there to try to solve my problem which is as follows;
I'm using Ubuntu Breezy/Linux on my box
I have Blender 2.37a and 2.40 installed
I am using Torque Exporter v.90
I have alot of work saved in Blender 2.40 which cannot be used by v2.37a
The Torque exporter works in Blender 2.37a but I can't use the 2.40 files with all my work in it
I start blender 2.40 from a shell and try the exporter with the test file 'Claude' and i get these errors;
------------------------------------------------
Using Python version 2.4
Traceback (most recent call last):
File "", line 34, in ?
File "/home/geargolem/.blender/scripts/DTSPython/__init__.py", line 30, in ?
from Torque_Util import *
File "/home/geargolem/.blender/scripts/DTSPython/Torque_Util.py", line 26, in ?
import struct, array, math, string
ImportError: /usr/lib/python2.4/lib-dynload/array.so: undefined symbol: _PyArg_NoKeywords
Blender quit
---------------------------------------------------------
line 34 is; 'Import DTSPython' from DTS_Blender.py
The gurus at IRC #python said it is not a python error.
I have moved the Exporter scripts around in the ~/.blender/scripts and ~/.blender/scripts/DTSPython until I got it to export a simple cube with 3 nodes but I cannot get anything beyond that to even show the gui in Blender. I had similiar if not the same results with Torque_Exporter v.91rc8.
I'm using Ubuntu Breezy/Linux on my box
I have Blender 2.37a and 2.40 installed
I am using Torque Exporter v.90
I have alot of work saved in Blender 2.40 which cannot be used by v2.37a
The Torque exporter works in Blender 2.37a but I can't use the 2.40 files with all my work in it
I start blender 2.40 from a shell and try the exporter with the test file 'Claude' and i get these errors;
------------------------------------------------
Using Python version 2.4
Traceback (most recent call last):
File "
File "/home/geargolem/.blender/scripts/DTSPython/__init__.py", line 30, in ?
from Torque_Util import *
File "/home/geargolem/.blender/scripts/DTSPython/Torque_Util.py", line 26, in ?
import struct, array, math, string
ImportError: /usr/lib/python2.4/lib-dynload/array.so: undefined symbol: _PyArg_NoKeywords
Blender quit
---------------------------------------------------------
line 34 is; 'Import DTSPython' from DTS_Blender.py
The gurus at IRC #python said it is not a python error.
I have moved the Exporter scripts around in the ~/.blender/scripts and ~/.blender/scripts/DTSPython until I got it to export a simple cube with 3 nodes but I cannot get anything beyond that to even show the gui in Blender. I had similiar if not the same results with Torque_Exporter v.91rc8.
#2
I have the same configuration than you and I got the same error message than you with the version downloaded from blender site and install in my home ( Joseph is right it is a python error due to python library not compatible).
You have to use the version of blender compatible with ubuntu see here :
launchpad.net/distros/ubuntu/dapper/+package/blender
If you want to access to the lastest version of blender compatible with ubuntu add the folowing repository in synaptic :
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
install blender 2.41 with synaptic and
install the last version of the exporter : projects.blender.org/frs/?group_id=95.
I just finish the install and the tests : it works fine, no more python error.
03/28/2006 (10:55 am)
John,I have the same configuration than you and I got the same error message than you with the version downloaded from blender site and install in my home ( Joseph is right it is a python error due to python library not compatible).
You have to use the version of blender compatible with ubuntu see here :
launchpad.net/distros/ubuntu/dapper/+package/blender
If you want to access to the lastest version of blender compatible with ubuntu add the folowing repository in synaptic :
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
install blender 2.41 with synaptic and
install the last version of the exporter : projects.blender.org/frs/?group_id=95.
I just finish the install and the tests : it works fine, no more python error.
#3
03/28/2006 (6:39 pm)
Ah, man. You are a lifesaver. Thankyou and may your camels have huge humps.
Torque Owner Redacted