embedded python ...

Clive Crous clive at capedomain.co.za
Mon Mar 25 02:13:23 EST 2002


I'm having a great deal of trouble embedding any pyhton script that
doesan "import math".

the few examples of embedded python I have managed to come across give
the same result if I add an "import math" to one of their scripts.

can anyone give me a clue ?
it must be possible as I can import math in blender scripts ;)

Error :
---------------------------------------------------------
Traceback (most recent call last):
  File "./blue.py", line 2, in ?
    import math
ImportError: /usr/lib/python2.1/lib-dynload/math.so:
undefined symbol: PyExc_OverflowError
---------------------------------------------------------


any help greatly appreciated
thanks

Clive Crous



More information about the Python-list mailing list