VL version is VL7 alpha 4
I have a great need to get video4fuze working. I need it in order to turn videos into a format my Sansa Fuze will recognize. Sansa has a Windows only media converter but I can't install it--a problem reported by many users. video4fuze is supposed to do the same job, and remarkably, it is supposed to work in Linux. It runs with python. I downloaded the source and it is ready to work once you expand the tar.gz file and confirm that you have the needed dependencies. I was lacking fuzemux but I downloaded the source and did a quick and easy compile with configure-make-make install.
I needed PyQt, which was not in the VL7 repo, so I downloaded it from VL6 (/testing, I think). To start video4fuze, you type
python video4fuze.pyw
at the prompt in the video4fuze directory. When I do that, I get this:
Traceback (most recent call last):
File "video4fuze.pyw", line 23, in <module>
from PyQt4.QtGui import QApplication
ImportError: No module named PyQt4.QtGui
What now? I've tried symlinks in /usr/lib to usr/lib/python2.5/site-packages/PyQt4/QtGui.so and done ldconfig, but I still get the same error message.
--GrannyGeek