Bug fix for compilation on Windows with Python 2.5.
The shared library extension should end with '.pyd' in Windows. For Python versions 2.4 and below,
'.dll' extensions were happily loaded. But with version 2.5, this extension is no longer
recognised!
........