Re: [Twisted-Python] Filing Bugs

2013-12-06 Thread Tom Prince
Gerrat Rickert  writes:

> ...and so finally, I hit upon the right case, and it sent me an email with a 
> new password

Have you checked your spam folder? Looking at the mail logs, it appears
a mail was sent at 2013-12-04 14:02:11 MST.

  Tom

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Filing Bugs

2013-12-06 Thread Gerrat Rickert
> > ...and so finally, I hit upon the right case, and it sent me an email
> > with a new password
> 
> Have you checked your spam folder? Looking at the mail logs, it appears
> a mail was sent at 2013-12-04 14:02:11 MST.
> 

Sounds right...I got the email around 2013-12-04 16:02:11 EST

It contained my username and a password.  
The username/password sent in the email doesn't work.
[Daniel Sank mentioned this same thing - maybe we weren't explicit enough]

I just tried logging into trac again (with emailed user/pass).
It still doesn't work.


___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


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

2013-12-06 Thread Daniel Sank
> class Perspectiveize(Jellyable):
> def __init__(self, perspective, obj):
> self.perspective = perspective
> self.obj = obj
> def jellyFor(self, jellier):
> old = jellier.invoker.serializingPerspective
> jellier.invoker.serializingPerspective = self.perspective
> try:
> return self.obj.jellyFor(jellier)
> finally:
> jellier.invoker.serializingPerspective = old
>

That did work, and it helped my understand a bit more about how pb works.

Now that I have workarounds for the problems I had with pb I'd like to
try to actually modify the source to make things easier. I still can't
log into the website but as soon as that's fixed I'll get started
filing tickets etc.

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python