[PythonCE] win32api

Frédéric frederic.mantegazza at gbiloba.org
Tue Apr 8 09:01:55 CEST 2008


Le 8/4/2008, "Luke Dunstan" <coder_infidel at hotmail.com> a écrit:

>Generally speaking, if I were you I would avoid pywin32 and use ctypes for
>accessing the Win32 API, because it is included in both Python 2.5 and
>PythonCE 2.5. You would still need to handle differences between Windows and
>Windows CE though, e.g. Unicode vs ANSI, kernel32 vs coredll, etc.

Thanks for the advice.

>However, in this specific case that will not solve the problem because
>Windows CE does not have any concept of environment variables, multiple
>users or home directories.

Ok. So, what is the correct way to do that? Where should I put the config
file? How do I retreive the path?


More information about the PythonCE mailing list