> ImportError: DLL load failed: The specified procedure could not be found.
>>>>
> 
> Just to be sure, I've gone back and re-compiled it from clean source. 
> There is no indication of any compile errors, and it didn't make any
> difference.

This is different from "DLL not found", though: it means that the DLL
*was* found, but doesn't have one of the symbols that is being used.
Unfortunately, it doesn't tell which symbol, and in which DLL.

> In that case, how do I debug this?

There are a number of ways:

1. load the pyd into depends.exe, and see whether it shows problems.
2. use sxstrace.exe

Regards,
Martin
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to