On Wed, Nov 26, 2008 at 3:38 PM, crown.hg <[EMAIL PROTECTED]> wrote:
>
> thank's reply
>
>>>> s = xmlrpclib.ServerProxy('http://www.xscripter.com:5000/rpc/userstatus')
>>>> s.s.userstatus()
> 'basic string'
>
> url = 'http://www.xscripter.com:5000/rpc/userstatus'
> thi's ok,
> why?

I can't say if it is OK without looking at the code. But it looks like
it is not. I guess it should be:

s = xmlrpclib.ServerProxy('http://www.xscripter.com:5000/rpc')
s.userstatus()

But that's only guess.


-- 
Dalius
http://blog.sandbox.lt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to