[issue12232] embedded python import cmath

2011-06-06 Thread Thanh Ly

Thanh Ly than...@ntlworld.com 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 file.

I would like to try with 2.7 and 3.1 however, I'm hard against it, time wise 
and not sure when I can verify the issue.

I did manage to try with 2.4 (as lib file was readily available for BB) and 
it worked.

Thank you for your advice and recommendations.

Thanh.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12232] embedded python import cmath

2011-05-31 Thread Thanh Ly

New submission from Thanh Ly than...@ntlworld.com:

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: normal
status: open
title: embedded python import cmath
type: crash
versions: Python 2.6

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12232
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com