2.42-RC3 AchiMap crash

The ArchiMap unwrapper crashes in RC3 for me with the error:

rjplus@Cleo:~/3d/blender-2.42-RC3a$ ./blender -w
guessing ‘./blender’ == ‘/home/rjplus/3d/blender-2.42-RC3a/./blender’
Looking for installed Python version 2.4
Got it!
Traceback (most recent call last):
File “<string>”, line 48, in ?
ImportError: /usr/lib/python2.4/lib-dynload/math.so: undefined symbol: PyExc_FloatingPointError
Traceback (most recent call last):
File “<string>”, line 48, in ?
ImportError: /usr/lib/python2.4/lib-dynload/math.so: undefined symbol: PyExc_FloatingPointError

Am I the only one or are others experiencing this problem?

GreyBeard

There was a problem with the statically-linked python libraries in RC3 and earlier that did not export symbols; the dynamic libraries like math therefore threw an exception. The linux platform maintainer is aware of the issue and the problem will be fixed before 2.42 is released (it has to be; it’s a show-stopper)

Thanks for the reply.

GreyBeard