Quoting Stewart Midwinter <[EMAIL PROTECTED]>:

> I've got an application on my desktop that I'm tryiing to port to
> PythonCE - it's a version of rsync.   I need to run os.popen(), but
> it's not available in PythonCE.
>

There is a version of 'osce.py' that provides the functions you need. It was
created by 'telion' and was mentioned on the list not long ago. Either gogole
or the list archives will find it.

As python has 'OS specific' versions of several modules already, there would be
a case for moiving this into core python (IMHO).

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml

> What are you using to run system commands and capture output from
> those commands?  Do I have any alternatives?
>
> cheers,
> --
> Stewart Midwinter
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> _______________________________________________
> 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