Re: multiprocessing and Tk GUI program (won't work under Linux)

2009-03-20 Thread akineko
Hello FB, Thank you for responding to my posting. I have tried your suggestion, making a function rather than a method in a class. The result is still the same. According to the documentation, objects to be sent through 'Connection' must be pickable. But I couldn't find anything that explain the s

Re: multiprocessing and Tk GUI program (won't work under Linux)

2009-03-20 Thread bieffe62
On Mar 20, 4:36 am, akineko wrote: > Hello everyone, > > I have started using multiprocessing module, which is now available > with Python 2.6. > It definitely opens up new possibilities. > > Now, I developed a small GUI package, which is to be used from other > programs. > It uses multiprocessing

multiprocessing and Tk GUI program (won't work under Linux)

2009-03-19 Thread akineko
Hello everyone, I have started using multiprocessing module, which is now available with Python 2.6. It definitely opens up new possibilities. Now, I developed a small GUI package, which is to be used from other programs. It uses multiprocessing and Pipes are used to pump image data/command to th