calldll question
Chris Liechti
cliechti at gmx.net
Tue Nov 5 17:28:42 EST 2002
Matthew <dontspam_matthewm at ihug.co.nz> wrote in
news:3DC85186.80209 at ihug.co.nz:
> One question though, webpage states that calldll only
> works on Py2.1. Is this true as I am running Py2.2.1 and so far calldll
> appears to work without a hitch.
binary extension on windows "pyd"s, which are in fact dlls, are compiled
against a specific python version and will not work with other versions
of python. however, you will almost certainly find a version for each newer
python version. and in your case, you seem to have found the correct one
already.
chris
--
Chris <cliechti at gmx.net>
More information about the Python-list
mailing list