[python-win32] Global Window Messages
Tim Roberts
timr at probo.com
Mon Jan 21 22:53:57 CET 2008
Rickey, Kyle W wrote:
> Tim, thank you for your response. I'm looking at pyAA and they don't
> have an installer for python 2.5. They've got one for 2.4, so I tried to
> install it, and it exited telling me it requires 2.4. So I extracted the
> files out of the installer and put them my site-packages directory.
> However, I get in import error. That the python24.dll could not be
> found. Will I not be able to use this package with python 2.5?
That's the downside of living on the bleeding edge, I guess. ;)
They use "swig" to generate the Python-to-C interface code for calling
into system DLLs. That creates a Python extension DLL (.pyd), which
does have to be linked to a single Python version. You can certainly
fetch the source code yourself, using the cvs archive (I just did), but
you would also need to install "swig". That's not rocket science,
either, but it has to be built from source.
Some of their subprojects do have 2.5 installers, so there may be hope
that someone will upload one for pyAA.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list