[issue12232] embedded python import cmath

2011-06-06 Thread Thanh Ly
Thanh Ly added the comment: Hi Terry With BB 6 I import python26.dll and embed and extend Python in the same project (sent) fairly successfully. I converted the DLL to a BB format lib file and manage to extend Python successfully but could not link when trying to embed Python with the Lib

[issue12232] embedded python import cmath

2011-05-31 Thread Thanh Ly
New submission from Thanh Ly : Calling Python script from C/C++ seems to work fine until using 'import cmath' causing the C/C++ application to hang. Other modules can be imported such as 'math'. -- messages: 137408 nosy: Thanh Ly priority: normal severity: norma