[EMAIL PROTECTED] wrote:
> The phone reference is actually because the target device is WM 5.0.
> I've found a python port Pyce that will run on this platform.  We have
> a target application that runs on this platform which we would like to
> develop some automated tests for.  The application is written in VC++
> and we're using python to stress test it!

You'll have to investigate a bit to see what APIs are
available for the platform. I'm afraid I've no experience
with portable devices, but some of my colleagues who've
done embedded database work on GPRS scanners tell me that
the API is quite cut-back.

Apart from WMI -- which could well not be there -- there
are also the Performance APIs which are exposed by pywin32
in the win32pdh module. Again, though, you'd have to check
if they're supported.

TJG
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to