I'm pretty sure this is a Python bug, specific to 2.3.

Running quodlibet with Python 2.3, I get the same OverflowError exception
everyone else is seeing.

I also made my own test zip file module (using the zip package, with
completely different Python modules in it), and get the same OverflowError
when I try to import that.

Running quodlibet with Python 2.4, the import seems to work fine.  There
don't seem to be Python 2.4 GStreamer packages, so I can't say for sure
that Quod Libet works, but I definitely get farther along in the process:

[EMAIL PROTECTED] % python2.4 /usr/bin/quodlibet
Traceback (most recent call last):
  File "/usr/bin/quodlibet", line 245, in ?
    load_library()
  File "/usr/bin/quodlibet", line 185, in load_library
    import library
  File "/usr/lib/quodlibet/quodlibet.zip/library.py", line 16, in ?
  File "/usr/lib/quodlibet/quodlibet.zip/formats/__init__.py", line 26, in
  ?
  File "/usr/lib/quodlibet/quodlibet.zip/formats/flac.py", line 10, in ?
ImportError: No module named gst

Also, in Python 2.4, I can load modules from my test zip file without any
problem at all.

Since a previous reporter claimed they were able to load a zip file from
the web, it's hard to guess exactly what the problem here is.  But it
definitely seems to Python's problem, rather than Quod Libet's.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to