[PythonCE] Spinner

2006-02-14 Thread Jeffrey Barish
Does anyone know why I get the spinner over any Python application that I run? The application seems to be running fine even though I am supposed to wait for something. -- Jeffrey Barish ___ PythonCE mailing list PythonCE@python.org http://mail.python

Re: [PythonCE] using PythonCE to cluster a set of Axim X5 devices interact and display images/video as single device...

2006-02-14 Thread Ischebeck, Jan
Dear Zeljko, I just can confirm Fuzzyman's opinion. Using irda is quite troublesome and probably impossible for >1 device. Just for one device its even bad, as you have to hold the device in 10cm distance to the transmitter / laptop all the time. Instead using Wifi is really convinient. The co

Re: [PythonCE] ceFile.py implementing basic file-like interface

2006-02-14 Thread Thomas Heller
Shane Holloway (IEEE) wrote: > Hey Everyone, > > Just thought I'd upload our latest RAPI code that implements a file like > object for reading and writing over RAPI. Hope you all find it > helpful! Currently, it doesn't support the readline and iterator type > thing, though that should be doa

Re: [PythonCE] using PythonCE to cluster a set of Axim X5 devices interact and display images/video as single device...

2006-02-14 Thread Fuzzyman
zeljko blace wrote: >no tests done... >devices would stay next to each other anyway >so it should not be an issue > > Ok, fair enough. :-) On the other hand, bluetooth is only as unreliable as Irda and wifi is better. I don't *know* of any ways to access the Irda port through PythonCE (except p

Re: [PythonCE] using PythonCE to cluster a set of Axim X5 devices interact and display images/video as single device...

2006-02-14 Thread zeljko blace
no tests done... devices would stay next to each other anyway so it should not be an issue On 2/14/06, Fuzzyman <[EMAIL PROTECTED]> wrote: > zeljko blace wrote: > > >Hm... that sounds like it would add to slow response time. > > > >I am looking for way to avoid use of any extra cabeling or interfa

Re: [PythonCE] using PythonCE to cluster a set of Axim X5 devices interact and display images/video as single device...

2006-02-14 Thread Fuzzyman
zeljko blace wrote: >Hm... that sounds like it would add to slow response time. > >I am looking for way to avoid use of any extra cabeling or interfaces >(WiFi or Bluetooth) to keep the situation as simple and as reliable. > > > Irda is a notoriously unreliable connection (certainly in my exper

Re: [PythonCE] using PythonCE to cluster a set of Axim X5 devices interact and display images/video as single device...

2006-02-14 Thread zeljko blace
Hm... that sounds like it would add to slow response time. I am looking for way to avoid use of any extra cabeling or interfaces (WiFi or Bluetooth) to keep the situation as simple and as reliable. On 2/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > One possibility might be to set up a loc