[PythonCE] wxPython and busy cursor

2005-01-04 Thread Geir Egeland
Hi, I'm testing wxPython on my Qtek 9090. The "simple.py" example in the zip file is working fine, but is there any way to get rid of the "busy cursor" in pocket pc? Geir ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/list

[PythonCE] launch external application from pythonCE

2005-01-13 Thread Geir Egeland
Hi, How can I launch Internet Explorer from a python program ? regards, geir ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce

Re: [PythonCE] launch external application from pythonCE

2005-01-14 Thread Geir Egeland
Hi, The error message i get using os.system(cmd) is : AttributeError: 'module' object has no attribute 'system' So, this doesn't seem to work... Doing a help(os) does not show the 'system' command under available functions. Any other suggestions? regards, ge