xmlrpc client through proxy to https server

2008-08-12 Thread Gustavo Rahal
Hi I'm trying to build a xmlrpc client that uses a proxy to connect to a xmlrpc server in https. I've googled and came up with a code snippet that doesn't actually work. What is missing? class ProxiedTransport(xmlrpclib.Transport): def set_proxy(self, proxy): self.proxy = proxy

Re: how to apply "mvc" pattern to gui-design in python

2005-03-28 Thread Gustavo Rahal
Swaroop C H wrote: On Mon, 28 Mar 2005 17:26:14 +0800, Su Wei <[EMAIL PROTECTED]> wrote: i have a project want to develop with python. who can tell me that how to apply "mvc" pattern to gui-design in python. please give me some advices! ths in advanced. This may help you: http://pygtkmvc.sourcefo

Re: Platform independent adduser script?

2005-02-21 Thread Gustavo Rahal
Hi On redhat you can use a libuser module that provides some highlevel system tasks. redhat-tools use this module all the time.. look at some sources Gustavo morphex wrote: Hi there, does anyone here know of a script that enables adding of users on UNIX platforms via python? Thanks, Morten -- htt

thread / twisted defered etc...

2005-02-10 Thread Gustavo Rahal
Hi To practice some programming skills I would like to make a mp3 player that fetches lyrics from websites. I want to use PyGTK and gstreamer. I started some coding and i'm already stuck with the first problem. Gtk freezes waiting for the lyric to be fetched, which I guess was expected. How to so