[PythonCE] win32process.pyd
Luke Dunstan
coder_infidel at hotmail.com
Thu Feb 22 16:03:44 CET 2007
As with Python on any other operating system, extension modules for version
2.3 (for example) will not work with 2.4 or later. You could try to build a
win32process.pyd for PythonCE 2.5 but a better solution I think would be to
use ctypes.
Luke
----- Original Message -----
From: "Andrew Booth" <a.g.booth at leeds.ac.uk>
To: <pythonce at python.org>
Sent: Monday, February 19, 2007 7:15 PM
Subject: [PythonCE] win32process.pyd
>I have recently (finally) upgraded from 2.3.5 to 2.5.
>
> I previously had win32process.pyd in the Lib directory. However, when I
> put
> it in the Lib or the DLLs directory, I get:
>
> Import win32process
> ImportError: DLL load failed: The specified module could not be found.
>
> Am I putting it in the wrong place or do I need an updated file?
>
> Any help very much appreciated.
>
> Andrew Booth
>
>
> _______________________________________________
> PythonCE mailing list
> PythonCE at python.org
> http://mail.python.org/mailman/listinfo/pythonce
>
More information about the PythonCE
mailing list