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