Thanks, I noticed that package already :)
But it want to install x11 on dependence :(.
On 2/7/06, Daniel Henninger <[EMAIL PROTECTED]> wrote:
> The warning can be ignored, but the icon message means that you don't
> have the python imaging library installed (aka PIL). You can put
> <disableAvatars/> in your config to shut that message up and continue on
> without avatar functionality. My guess is that there's a package for
> PIL though. =)
--
Regards,
Oleg
From [EMAIL PROTECTED] Tue Feb 7 14:58:04 2006
From: [EMAIL PROTECTED] (Oleg Motienko)
Date: Tue Feb 7 14:58:07 2006
Subject: [py-transports] PyICQ: FYI
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
> ERROR! PyICQ-t requires the Python Imaging Library to function with
> avatars. Either install the Python Imaging Library, or disable
> avatars using the <disableAvatars/> option in your config file. (this
> is not implemented just yet btw)
"this is not implemented just yet btw"
I seems like it's not implemented :)
(revision 134).
--
Regards,
Oleg
From [EMAIL PROTECTED] Tue Feb 7 15:23:32 2006
From: [EMAIL PROTECTED] (James Bunton)
Date: Tue Feb 7 15:23:30 2006
Subject: [py-transports] MSN transport errors this morning.
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
On 07/02/2006, at 10:27 PM, Stian B. Barmen wrote:
> I sent a few mails earlier, but they bounced it seems, to now I try
> again! :)
>
> This morning I was getting errors with memory hungry symptoms. Even
> with only one or two active users it is using over 80% of available
> memory. I started debug in the config, but there was no activity.
> Still the memory is committed.
> When I try to restart the transport by issuing the "kill pid" the
> process does not die. I have to issue a "kill -9 pid" before it
> releases. This never happened before.
> Right after I freshly start the transport I am able to log on the
> transport from a client, but then I get this error in the debug:
> [2006-02-07 09:28:01] INFO :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> :: :: sendPresence :: Session :: {'status': u'Om du kj\xf8per
> kurvstol fra IKEA, m\xe5 du da flette den sammen selv?', 'show': None,
> 'self': 'instance', 'fro': '[EMAIL PROTECTED]/msn'
> <mailto:[EMAIL PROTECTED]/msn%27>, 'avatarHash':
> '1ff1a923d502ca3574324d71f0b80a53f17dcda1', 'ptype': None, 'priority':
> None, 'to': u'[EMAIL PROTECTED]' <mailto:[EMAIL PROTECTED]>,
> 'nickname': u'Brodern', 'payload': [<twisted.words.xish.domish.Element
> object at 0xb756ddcc>]}
> [2006-02-07 09:28:01] Traceback - ERROR in checkMessage: 400
> [2006-02-07 09:28:02] Traceback - ERROR in checkMessage: maximum
> recursion depth exceeded in cmp
> [2006-02-07 09:28:04] INFO :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> :: :: contactPersonalChanged :: msn.msnw.NotificationClient ::
> {'personal': 'M\xc3\xa6rsjm\xc3\xa6sjef\xc3\xa6ra?', 'self':
> 'instance', 'userHandle': '[EMAIL PROTECTED]'
> <mailto:[EMAIL PROTECTED]>}
> [2006-02-07 09:28:04] INFO :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> :: :: contactStatusChanged :: glue.LegacyConnection :: {'remoteUser':
> '[EMAIL PROTECTED]' <mailto:[EMAIL PROTECTED]>, 'self': 'instance'}
> [2006-02-07 09:28:04] INFO :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> :: :: sendPresence :: Session :: {'status':
> u'M\xe6rsjm\xe6sjef\xe6ra?', 'show': None, 'self': 'instance', 'fro':
> '[EMAIL PROTECTED]/msn'
> <mailto:[EMAIL PROTECTED]/msn%27>, 'avatarHash':
> '51973ca31135011cc71f68f6ad026c22f4dabcee', 'ptype': None, 'priority':
> None, 'to': u'[EMAIL PROTECTED]' <mailto:[EMAIL PROTECTED]>,
> 'nickname': u'Calle', 'payload': [<twisted.words.xish.domish.Element
> object at 0xb756fe0c>]}
> [2006-02-07 09:28:04] Traceback - ERROR in checkMessage: maximum
> recursion depth exceeded in cmp
>
> After this error I cannot get back on the transport. It just never
> answers. I thoght the problem lay with poll but I tried enabling poll
> without luck.
>
> *** a few hours later ***
>
> After a few restarts I opted to delete the xml file for my own user in
> the spool dir. I restarted and re-registered on the transport, but at
> logon I get 5-6 contacts up, then I get a 400 error TB:
>
> [2006-02-07 11:46:32] Traceback - ERROR in checkMessage:
> [2006-02-07 11:46:33] Traceback - ERROR in checkMessage:
> [2006-02-07 11:46:33] Traceback - ERROR in checkMessage:
> [2006-02-07 11:46:39] Traceback - ERROR in checkMessage:
> [2006-02-07 11:46:42] Traceback - ERROR in checkMessage: 400
>
> I also tried to restart the old transport (0.10), to see what happened
> then. Then my account logged on, then off, then on, then off, on, off,
> on, off etc.. etc... etc.. Now I reccon this error has got to do with
> my account, and my account stalls the entire transport for some
> reason.
> Latest test I have done is to restart the transport and not log on. I
> have started the svn transport, and just let the other users use it.
> So far it seems to work, no error thus far.
> Any ideas what to do? I have tried to log on with messenger and that
> works.
>
> Any tips greatly appreciated :)
>
> James: about the proxy65, I will install this, and thanks for the
> walktrough, very useful information!
>
> -stian
That's a very strange error to be running into :P
Can you edit src/tlib/msn/msn.py and look for the line DEBUGALL = False
Change it to DEBUGALL = True
You'll get a whole lot more in your log, but that should help me figure
out what's going wrong. Thanks.
---
James