Neal Becker wrote:
> I had mistakenly installed a module (Qsci.so) into the wrong directory.
> Debugging this was harder than it needed to be (c-level debug of shared
> lib).
>
> Currently, the only debug info is from importdl.c:
> m = PyDict_GetItemString(PyImport_GetModuleDict(), name);
I had mistakenly installed a module (Qsci.so) into the wrong directory.
Debugging this was harder than it needed to be (c-level debug of shared
lib).
Currently, the only debug info is from importdl.c:
m = PyDict_GetItemString(PyImport_GetModuleDict(), name);
if (m == NULL) {