ris
--
"Sei Du selbst die Veränderung, die Du Dir wünschst
für diese Welt." (Gandhi)
-| Kristian Rink icq# 48874445 jab# [EMAIL PROTECTED]
-| http://www.zimmer428.net ** http://www.fotolog.net/kawazu
___
Tutor maillist - Tutor@python.org
http
instead. IIRC it is built around wxwidgets
(which itself uses GTK+ atop X11), so it should seamlessly integrate in
any GTK+ environment, but it is amazingly easy to get started with.
Cheers,
Kris
--
Kristian Rink * http://www.fotolog.net/kawazu * http://zimmer428.net
icq: 48874445 * jab: [EMAIL
Hi Kent;
...and thanks loads for your mail. Once again it helped me pretty much
figuring out what my mistake was like.
On Tue, 26 Apr 2005 08:31:13 -0400
Kent Johnson <[EMAIL PROTECTED]> wrote:
> No, everything above looks fine. Please post the exact error message
> you are getting (copy / pas
Hi all;
currently I am trying to get some structure into my Python / SOAP project now
that the threading issue is gone (thanks lots, Kent!); so I created a package
structure and __init__.py files according to [1], so my project tree looks
somewhat like this:
$PROJECTROOT
/start.py
/Server
/Ser
Hi Kent;
On Fri, 22 Apr 2005 10:53:52 -0400
Kent Johnson <[EMAIL PROTECTED]> wrote:
> If you want each request to be handled in its own thread, use
> ThreadingSOAPServer instead of SOAPServer. If you want to dedicate a
> thread to each client, I think you will have to run multiple
Thanks for po
Hi all;
just hope I'm not completely OT with this here; if so, I sincerely apologize...
At the moment, I am trying to implement a small client/server system that
communicate using SOAP, and for each client to connect to the SOAP server (via
HTTP) I wanted to run a thread which exclusively is re