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" <[EMAIL PROTECTED]>
To: <pythonce@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@python.org
> http://mail.python.org/mailman/listinfo/pythonce
> 

_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to