[Image-SIG] undefined symbol: Py_InitModule4

Edward C. Jones edcjones@erols.com
Tue, 26 Jun 2001 22:57:14 -0400


I have compiled a copy of Python 2.1 with the --with-pydebug 
switch. This is on a RedHat Linux PC. When I compile 
Imaging-1.1.2c1, everything appears to work. But  "import 
_imaging" fails with the message:

ImportError: ./_imaging.so: undefined symbol: Py_InitModule4

What's going on here?

Thanks,
Ed Jones