search for: lpython27_d

Displaying 1 result from an estimated 1 matches for "lpython27_d".

2014 Aug 15
1
virt-manager and libvirt-python
...Indicator3" error. So I try to debug libvirt-python. For doing this, I building libvirt-python with -g flag.   python setup.py build --compiler=mingw32 -g install But I have undefined reference to _imp__Py_InitModule4. http://pastebin.com/9gw1zsmw Earlier I built Python with debug info as  -lpython27_d was needed.  I tried to build with python_d, but got the same error.  Nevertheless, when I build without -g, everything builds just fine. Could you tell me what am I doing wrong? Or is SIGTRAP coming from somewhere else? What SIGTRAP can be caused by?