roughnecks | 3 Mar 2011 13:41
Picon
Gravatar

pymsnt traceback

hi, last night i've upgraded my lenny server to squeeze and pymsnt
does not work anymore:

[2011-03-03 12:26:05] Traceback (most recent call last):
          File "/usr/lib/python2.6/dist-packages/twisted/internet/
base.py", line 1174, in mainLoop
            self.runUntilCurrent()
          File "/usr/lib/python2.6/dist-packages/twisted/internet/
base.py", line 796, in runUntilCurrent
            call.func(*call.args, **call.kw)
          File "/usr/lib/python2.6/dist-packages/twisted/internet/
defer.py", line 318, in callback
            self._startRunCallbacks(result)
          File "/usr/lib/python2.6/dist-packages/twisted/internet/
defer.py", line 424, in _startRunCallbacks
            self._runCallbacks()
        --- <exception caught here> ---
          File "/usr/lib/python2.6/dist-packages/twisted/internet/
defer.py", line 441, in _runCallbacks
            self.result = callback(self.result, *args, **kw)
          File "/usr/share/pymsnt/src/main.py", line 361, in cb
            twistd.removePID(config.pid)
        exceptions.AttributeError: 'module' object has no attribute
'removePID'

Moreover i get a warning when starting it:

Starting MSN transport for Jabber: /usr/share/pymsnt/src/utils.py:10:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
(Continue reading)

roughnecks | 5 Mar 2011 17:08
Picon
Gravatar

Re: pymsnt traceback

On 3 Mar, 13:41, roughnecks <simc... <at> gmail.com> wrote:

> hi, last night i've upgraded my lenny server to squeeze and pymsnt
> does not work anymore:

It was only some misconfiguration.
Thanks anyway.

> [2011-03-03 12:26:05] Traceback (most recent call last):
>           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> base.py", line 1174, in mainLoop
>             self.runUntilCurrent()
>           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> base.py", line 796, in runUntilCurrent
>             call.func(*call.args, **call.kw)
>           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> defer.py", line 318, in callback
>             self._startRunCallbacks(result)
>           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> defer.py", line 424, in _startRunCallbacks
>             self._runCallbacks()
>         --- <exception caught here> ---
>           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> defer.py", line 441, in _runCallbacks
>             self.result = callback(self.result, *args, **kw)
>           File "/usr/share/pymsnt/src/main.py", line 361, in cb
>             twistd.removePID(config.pid)
>         exceptions.AttributeError: 'module' object has no attribute
> 'removePID'

(Continue reading)

Matthew W. S. Bell | 8 Mar 2011 03:59
Picon

Re: Re: pymsnt traceback

Hi,

This is due to twisted losing the removePID() call. I believe this is
fixed in latest pyMSNt, so the problem is the Debian package being out
of date. I must admit I've rolled my own pyMSNt package as I've been
fiddling with it.

Matthew W.S. Bell

On Sat, 2011-03-05 at 08:08 -0800, roughnecks wrote:
> On 3 Mar, 13:41, roughnecks <simc... <at> gmail.com> wrote:
> 
> > hi, last night i've upgraded my lenny server to squeeze and pymsnt
> > does not work anymore:
> 
> It was only some misconfiguration.
> Thanks anyway.
> 
> > [2011-03-03 12:26:05] Traceback (most recent call last):
> >           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> > base.py", line 1174, in mainLoop
> >             self.runUntilCurrent()
> >           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> > base.py", line 796, in runUntilCurrent
> >             call.func(*call.args, **call.kw)
> >           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> > defer.py", line 318, in callback
> >             self._startRunCallbacks(result)
> >           File "/usr/lib/python2.6/dist-packages/twisted/internet/
> > defer.py", line 424, in _startRunCallbacks
(Continue reading)

roughnecks | 8 Mar 2011 15:59
Picon
Gravatar

Re: pymsnt traceback

On 8 Mar, 03:59, "Matthew W. S. Bell" <matt... <at> bells23.org.uk> wrote:

> This is due to twisted losing the removePID() call. I believe this is
> fixed in latest pyMSNt, so the problem is the Debian package being out
> of date. I must admit I've rolled my own pyMSNt package as I've been
> fiddling with it.

Is it something i can safely ignore ?

> Matthew W.S. Bell

Thanks

--

-- 
You received this message because you are subscribed to the Google Groups "py-transports" group.
To post to this group, send email to py-transports <at> googlegroups.com.
To unsubscribe from this group, send email to py-transports+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/py-transports?hl=en.


Gmane