Bug#523988: skysentials: fails to start with Invalid user handle error

2009-04-16 Thread David Purton
On Thu, Apr 16, 2009 at 08:55:11AM +0200, Rafael Laboissiere wrote:
> 
> This is very strange.  Your skype.py does not correspond to the one in the
> python-skype package:

[SNIP]

> What is happening with your system?
>  

Ha! Good pick up. It must be stuff left over from Skype4Py ages ago,
before it was officially part of the debian distro - don't know why it
was in /usr - I guess either I had a deb from somewhere which didn't
uninstall itself properly or (more likely) I couldn't get it working in
/usr/local, and I just dumped it in /usr. It's definitely not part of
any deb currently installed on my system.

If I remove the offending Skype4Py directory from the site-packages,
Skysentials works as expected!

Woohoo. Thanks for your help and patience. You can close the bug.

cheers

dc

-- 
David Purton
dcpur...@marshwiggle.net
 
For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
 2 Chronicles 16:9a


signature.asc
Description: Digital signature


Bug#523988: skysentials: fails to start with Invalid user handle error

2009-04-15 Thread Rafael Laboissiere
* David Purton  [2009-04-15 09:58]:

> On Tue, Apr 14, 2009 at 06:18:44PM +0200, Rafael Laboissiere wrote:
> > 
> > It works fine for me on my i386 laptop.  Could you please tell me what the
> > following yields for you:
> > 
> > ls -l /usr/lib/python2.5/site-packages/Skype4Py/skype.py
> 
> -rw-r--r-- 1 root root 22720 2007-09-04 07:47 
> /usr/lib/python2.5/site-packages/Skype4Py/skype.py
> 
> > md5sum /usr/lib/python2.5/site-packages/Skype4Py/skype.py
> 
> 40cd5823e7d3e72bbddbe4a70fb07cd4 
> /usr/lib/python2.5/site-packages/Skype4Py/skype.py

This is very strange.  Your skype.py does not correspond to the one in the
python-skype package:

$ dpkg -L python-skype | grep skype.py
/usr/share/python-support/python-skype/Skype4Py/skype.py

$ ls -l /usr/share/python-support/python-skype/Skype4Py/skype.py
-rw-r--r-- 1 root root 63001 2008-10-31 16:34 
/usr/share/python-support/python-skype/Skype4Py/skype.py

$ md5sum /usr/share/python-support/python-skype/Skype4Py/skype.py
131d8144c07de8de08cd59fa213e3bc6 
/usr/share/python-support/python-skype/Skype4Py/skype.py

What is happening with your system?
 
-- 
Rafael



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#523988: skysentials: fails to start with Invalid user handle error

2009-04-14 Thread David Purton
Hi,

Had a feeling it might be something specific to my config, as haven't
found anything similar on net. I forget exactly when it stopped working,
but I think wasn't related to any upgrades in python-skype or
skysentials.

On Tue, Apr 14, 2009 at 06:18:44PM +0200, Rafael Laboissiere wrote:
> 
> It works fine for me on my i386 laptop.  Could you please tell me what the
> following yields for you:
> 
> ls -l /usr/lib/python2.5/site-packages/Skype4Py/skype.py

-rw-r--r-- 1 root root 22720 2007-09-04 07:47 
/usr/lib/python2.5/site-packages/Skype4Py/skype.py

> md5sum /usr/lib/python2.5/site-packages/Skype4Py/skype.py

40cd5823e7d3e72bbddbe4a70fb07cd4 
/usr/lib/python2.5/site-packages/Skype4Py/skype.py


cheers

dc

-- 
David Purton
dcpur...@marshwiggle.net
 
For the eyes of the LORD range throughout the earth to
strengthen those whose hearts are fully committed to him.
 2 Chronicles 16:9a


signature.asc
Description: Digital signature


Bug#523988: skysentials: fails to start with Invalid user handle error

2009-04-14 Thread Rafael Laboissiere
package skysentials
tags 523988 unreproducible moreinfo
thanks

* David Purton  [2009-04-14 16:17]:

> Package: skysentials
> Version: 1.0.1-3
> Severity: normal
> 
> skysentials dies at startup with the following printed to the console:
> 
> Traceback (most recent call last):
>   File "/usr/bin/skysentials", line 162, in 
> main()
>   File "/usr/bin/skysentials", line 155, in main
> MainWindow()
>   File "/usr/bin/skysentials", line 53, in __init__
> if friend.DisplayName:
>   File "/usr/lib/python2.5/site-packages/Skype4Py/user.py", line 79, in 
> 
> DisplayName = property(lambda self: self._Property('DISPLAYNAME'),
>   File "/usr/lib/python2.5/site-packages/Skype4Py/user.py", line 21, in 
> _Property
> return self._Skype._Property('USER', self.Handle, PropName, Set, Cache)
>   File "/usr/lib/python2.5/site-packages/Skype4Py/skype.py", line 225, in 
> _Property
> Value = self._DoCommand('GET %s' % ' '.join(arg))
>   File "/usr/lib/python2.5/site-packages/Skype4Py/skype.py", line 212, in 
> _DoCommand
> raise ISkypeError(int(errnum), errstr)
> Skype4Py.errors.ISkypeError: [Errno 8] Invalid user handle

It works fine for me on my i386 laptop.  Could you please tell me what the
following yields for you:

ls -l /usr/lib/python2.5/site-packages/Skype4Py/skype.py
md5sum /usr/lib/python2.5/site-packages/Skype4Py/skype.py

-- 
Rafael



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#523988: skysentials: fails to start with Invalid user handle error

2009-04-13 Thread David Purton
Package: skysentials
Version: 1.0.1-3
Severity: normal


skysentials dies at startup with the following printed to the console:

Traceback (most recent call last):
  File "/usr/bin/skysentials", line 162, in 
main()
  File "/usr/bin/skysentials", line 155, in main
MainWindow()
  File "/usr/bin/skysentials", line 53, in __init__
if friend.DisplayName:
  File "/usr/lib/python2.5/site-packages/Skype4Py/user.py", line 79, in 
DisplayName = property(lambda self: self._Property('DISPLAYNAME'),
  File "/usr/lib/python2.5/site-packages/Skype4Py/user.py", line 21, in 
_Property
return self._Skype._Property('USER', self.Handle, PropName, Set, Cache)
  File "/usr/lib/python2.5/site-packages/Skype4Py/skype.py", line 225, in 
_Property
Value = self._DoCommand('GET %s' % ' '.join(arg))
  File "/usr/lib/python2.5/site-packages/Skype4Py/skype.py", line 212, in 
_DoCommand
raise ISkypeError(int(errnum), errstr)
Skype4Py.errors.ISkypeError: [Errno 8] Invalid user handle


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages skysentials depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-gtk2   2.14.1-2   Python bindings for the GTK+ widge
ii  python-skype  1.0.31.0-1 Skype API wrapper for Python

skysentials recommends no packages.

Versions of packages skysentials suggests:
ii  skype 2.0.0.72-1 Skype - Take a deep breath

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org