On Tue, 2005-07-12 at 08:54 -0700, tony mancill wrote:
> Package: quodlibet
> Version: 0.11-1
> Severity: important
> 
> [EMAIL PROTECTED]:~$ quodlibet
> Traceback (most recent call last):
>   File "/usr/bin/quodlibet", line 316, in ?
>       from util import to
> OverflowError: signed integer is greater than maximum
> 
> Note that this may be a more generic problem.  Using a python shell, I
> can't import any of the functions contained in the quodlibet.zip
> archive.  However, after extracting the component .py files into /tmp
> and modifying the sys.path.insert line to add /tmp to the path, it works
> fine.  Sorry I don't know more about Python to troubleshoot this more.
> Please let me know if there's something else I can try to narrow the
> problem.

Can you try (on the console) running:
$ python
<copyright stuff...>
>>> import zipfile
>>> z = zipfile.open("/usr/lib/quodlibet/quodlibet.zip")
>>> z.infolist()

And see if it also prints the error?
-- 
Joe Wreschnig <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to