[BangPypers] Re :Re: Re :Use of module (Include file) in Python???

2008-09-11 Thread Deepak Patel
Thanks a lot guys, I have not yet tried it, got involved in something else, but will try it shortly.It looks like this "IMPORT" will be replacing the "#include" kind of behaviour in Python.Thanks,Deepak.On Sun, 7 Sep 2008 01:58:15 +0530 Bangalore Python Users Group - India wroteOn Sun, Sep 7, 20

Re: [BangPypers] XML RPC Problem....

2008-09-11 Thread Usman Ajmal
Thanks for ur help. But now i am getting an error xmlrpclib.ProtocolError: Here is my code at http://privatepaste.com/d81Kut9AFj Any idea what wrong am i doing? On Thu, Sep 11, 2008 at 7:18 AM, Fredrik Lundh <[EMAIL PROTECTED]>wrote: > Usman Ajmal wrote: > > And i also fount that a typical

[BangPypers] XML RPC Problem....

2008-09-11 Thread Usman Ajmal
Hi everyone, I am trying to call a function named system.auth at the server side running at localhost:8080 but at the same time i want to set the http header. I found that header can be set by h.putheader("AUTHORIZATION", "Basic %s"%encodestring("%s:%s" % (ustring,text_ucert))) #us