Re: [Tutor] (no subject)

2005-08-02 Thread Kristian Rink
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

Re: [Tutor] Python FTP GUI - Possible project ?

2005-08-01 Thread Kristian Rink
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

Re: [Tutor] custom package structure?

2005-04-26 Thread Kristian Rink
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

[Tutor] custom package structure?

2005-04-26 Thread Kristian Rink
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

Re: [Tutor] SOAPPy - server and threading?

2005-04-23 Thread Kristian Rink
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

[Tutor] SOAPPy - server and threading?

2005-04-22 Thread Kristian Rink
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