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 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
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.
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