Re: [Twisted-Python] Do Viewables absolutely have to be return'ed by Avatars?

2013-12-08 Thread Glyph
On Dec 7, 2013, at 9:30 AM, Daniel Sank wrote: > Glyph, > > It seems to me that the right way to fix this issue with being able to > pass Cacheable and Viewable instances as arguments to mind.callRemote > methods would be to "attach" a perspective to that mind, possibly > during login (with a m

Re: [Twisted-Python] Do Viewables absolutely have to be return'ed by Avatars?

2013-12-08 Thread Glyph
On Dec 7, 2013, at 12:28 PM, Daniel Sank wrote: > I'm posting this for future hapless n00bs like myself who find this > thread while trying to grok perspective broker. > >> It seems to me that the right way to fix this issue with being able to >> pass Cacheable and Viewable instances as argumen

Re: [Twisted-Python] Do Viewables absolutely have to be return'ed by Avatars?

2013-12-08 Thread Daniel Sank
> I would strongly encourage you to contribute documentation enhancements that > add the requisite level of docstring coverage to PB. Eagerly awaiting for the website login to work so I can do that. > it's been years since I worked on a PB-based application. I would like to know, is there anyon

Re: [Twisted-Python] Do Viewables absolutely have to be return'ed by Avatars?

2013-12-08 Thread Daniel Sank
> I would like to know, is there anyone else who knows how pb works, > or is it mostly just you (glyph)? I'm asking this just to get a feel for who's who among twisted developers, not for any other reason. To be clear your help has been awesome and I really appreciate it very much! :) ___

[Twisted-Python] Queries about connecting to a XML-RPC server over IPv6

2013-12-08 Thread Amit Saha
Hello, I am trying to connect to a local XML-RPC server with IPv4 *disabled*. Here is my script: from twisted.web.xmlrpc import Proxy from twisted.internet import reactor def printValue(value): print repr(value) reactor.stop() def printError(error): print 'error', error reactor

Re: [Twisted-Python] Queries about connecting to a XML-RPC server over IPv6

2013-12-08 Thread Amit Saha
- Original Message - > From: "Amit Saha" > To: twisted-python@twistedmatrix.com > Sent: Monday, December 9, 2013 3:28:47 PM > Subject: [Twisted-Python] Queries about connecting to a XML-RPC server over > IPv6 > > Hello, > > I am trying to connect to a local XML-RPC server with IPv4