Re: [python-win32] problem accessing OPC clients from thread

2007-12-13 Thread Jeff Peery
I forgot to attach the code. here it is. Thanks. Jeff Graham Bloice <[EMAIL PROTECTED]> wrote: Jeff Peery wrote: > thanks for the beta! > > I think my main problem is that I don't really understand this code; I > didn't write it. Could you recommend a book/website that describes > wh

Re: [python-win32] problem accessing OPC clients from thread

2007-12-13 Thread Jeff Peery
Hello, I've gotten my OPC client to work well under a multi threaded wxApp. Now I am trying to create a single threaded App because, from what I've learned from users on this list, it is a simpler and cleaner way to do ththings. I've setup a test script that allows me to catch DataChange