Message7388
Logged In: YES
user_id=21627
In your code that includes Python.h, can you please add the
lines
#ifdef _DEBUG
#error You must not define _DEBUG
#endif
#ifdef Py_DEBUG
#error For some reason Py_DEBUG is still defined
#endif
immediately after the
#include <Python.h>
line? Then please compile your library with DEBUG, and
report whether it compiles correctly; if not, please report
the errors it gives.
Furthermore, could you please evaluate the string
"import sys;print sys.path"
in your embedded code and report the exact output that this
gives when running with and without DEBUG?
Without the results of these specific experiments, I do not
think we can help much.
|
|
Date |
User |
Action |
Args |
2007-08-23 13:57:15 | admin | link | issue478339 messages |
2007-08-23 13:57:15 | admin | create | |
|