Re: Build environment for PythonCE

[email protected]
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
Hi Stewart,

Maybe you should include python headers before the regular ones.
To do so with evc4 : go to the menu Tools->Options, go to the tab  
Directories and choose include, then add an entry to the directory  
that contain python.h just before the regular includes.

i've been able to compile a few extensions with a such config, for  
instance numarray, so I'm pretty sure this config is correct.

Furthermore if you want to interface the SH* functions, you can also  
do so directly in python with ctypes, for instance  : from ctypes  
import cdll; cdll.aygshell.SHFullScreen(...).

For other example of such intefacing you can get a look at vensterce  
that uses the most common windows procedures.

Alex.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.