16 May
2012
16 May
'12
2:49 a.m.
Phil Mayers wrote:
http://bugs.python.org/issue4434
Warning: reading that bug will make you either sad or angry.
Probably both.
"Use the static library, closing NOTABUG". Sigh.
I believe it's fixed in Python 2.7.
In my code, I worked around it by dlopen()ing libpython, as per the 1st suggestion in the above bug.
I'll try adding that. Alan DeKok.