Re: serial ports, threads and windows

2006-08-09 Thread Tom Brown
On Wednesday 02 August 2006 16:02, Tom Brown wrote: > I've written a python app that r/w eight serial ports to control eight > devices using eight threads. This all works very nicely in Linux. I even > put a GUI on it using PyQt4. Still works nicely. > > Then I put the app on on a virtual Windows m

Re: serial ports, threads and windows

2006-08-03 Thread Pekka Niiranen
Tom Brown wrote: > Hey people, > > I've written a python app that r/w eight serial ports to control eight > devices > using eight threads. This all works very nicely in Linux. I even put a GUI on > it using PyQt4. Still works nicely. > > Then I put the app on on a virtual Windows machine runn

Re: serial ports, threads and windows

2006-08-03 Thread H J van Rooyen
"Tom Brown" <[EMAIL PROTECTED]> | Hey people, | | I've written a python app that r/w eight serial ports to control eight devices | using eight threads. This all works very nicely in Linux. I even put a GUI on | it using PyQt4. Still works nicely. | | Then I put the app on on a virtual Windows m

Re: serial ports, threads and windows

2006-08-02 Thread Grant Edwards
On 2006-08-02, Tom Brown <[EMAIL PROTECTED]> wrote: > When it runs on Windows, could it be: > > 1) Just struggling to run inside of VMware? Could be. Virtual machines are rather tricky things on broken architectures that don't really permit true virtualization. > 2) Using threads with Qt on W

Re: serial ports, threads and windows

2006-08-02 Thread placid
Tom Brown wrote: > When it runs on Windows, could it be: > > 1) Just struggling to run inside of VMware? i have gut feeling that it could be that this is the problem. -- http://mail.python.org/mailman/listinfo/python-list

serial ports, threads and windows

2006-08-02 Thread Tom Brown
Hey people, I've written a python app that r/w eight serial ports to control eight devices using eight threads. This all works very nicely in Linux. I even put a GUI on it using PyQt4. Still works nicely. Then I put the app on on a virtual Windows machine running inside of vmware on the same