xmlrpclib and errcode -1

2010-06-22 Thread Pasi Oja-Nisula
I have a xmlrpc server and client running on same Windows computer. The server is part of a bigger program and client is a Cherrypy application that provides a http interface to this program. Problem is that sometimes (1 out of 100) I get xmlrpc ProtocolError without no apparent reason. The server

Python magazine

2010-03-29 Thread Pasi Oja-Nisula
Python magazine web site says this: "So, sit back and relax - enjoy your holidays, and come see us again on January 26th, when the new PyMag will launch." Anyone heard any rumours or anything? I quite liked the magazine. Pasi -- http://mail.python.org/mailman/listinfo/python-list

Re: Newbie doing lengthy initialization with Tkinter gui

2006-08-13 Thread Pasi Oja-Nisula
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Tkinter also has a timer-type function called *after*. Use this to call > your init function just befrore the mainloop call. You gui wil show up > and you can then update it to show progress as you wish > No neep for thread or Tix modules.

Newbie doing lengthy initialization with Tkinter gui

2006-08-13 Thread Pasi Oja-Nisula
I have written a small image viewer application for sorting out photos downloaded from camera. This was quite easy, thanks to the great Python Imaging Library. Since the loading and thumbnailing phase takes a while at the start of the program, I figured that it would be nice to show the gui and p