Hi,
Are you on the pythonce mailing list? I think others will be interested in
what you are doing.
On 28 Jun 2005 at 14:47, Douglas Napoleone wrote:
> Once I have something concrete I'll post a patch or two.
> I just have a few questions (which are not about the source
> code).
> 1. What are t
Here is a cemodule.c that has been patched to support system() if
anybody wants to integrate it.
brian retford
/*
* "ce" Python module (imported by os.py)
*
* O/S-dependent functions for Windows/CE
*
* David Kashtan, Validus Medical Systems
*/
#include "Python.h"
#inclu