Displaying 1 result from an estimated 1 matches for "_imp__py_initmodule4".
2014 Aug 15
1
virt-manager and libvirt-python
...ething wrong with libvirtmod.pyd.
Also I couldn't find how to solve " typelib for AppIndicator3" 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 somew...