Le 8/4/2008, "Luke Dunstan" <[EMAIL PROTECTED]> 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?
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to