Re: [Twisted-Python] perspective argument missing from Viewable.view_*

2013-11-18 Thread Daniel Sank
>> Client then have to authenticate to the server, only then you will receive >> the perspective object representing the "logged" user into your > view_ and perspective_ method. > I am confused by this. When I use the cred system the client gets a > remote reference to an Avatar on which it can c

Re: [Twisted-Python] perspective argument missing from Viewable.view_*

2013-11-18 Thread Daniel Sank
> Client then have to authenticate to the server, only then you will receive the > perspective object representing the "logged" user into your view_ and > perspective_ method. I am confused by this. When I use the cred system the client gets a remote reference to an Avatar on which it can call per

Re: [Twisted-Python] perspective argument missing from Viewable.view_*

2013-11-18 Thread Flint
Hi Daniel. To get the perspective you have to implements the IPerspective interface (generally throw subclassing pb.Avatar class), and attach a login portal to your server. Client then have to authenticate to the server, only then you will receive the perspective object representing the "logged" u