PyFMPyFM is a finger friendly two panel file manager written in python.
|
Rating: 5 Rate:
Known dependencies
|
||||||||||||
|
CommentsBiggMatt wrote: (2009-05-08 13:35:36)
Exits with code 1 after:
" import pwd, grp, stat, mimetypes ImportError: No module named mimetypes" What to do? quippini wrote: (2009-05-08 14:09:58)
Please install python-mime.
I will add this to dependencies. Thanks for the hint! timedragon wrote: (2009-05-09 08:29:48)
root@om-gta02:/var/volatile/tmp# pyFM
Traceback (most recent call last): File "/usr/bin/pyFM", line 28, in <module> import pyfm ImportError: No module named pyfm quippini wrote: (2009-05-09 18:58:09)
Oh, sorry. I will fix this on Monday - at latest...
quippini wrote: (2009-05-10 10:47:59)
I guess you have a distribution with python 2.5 installed.
Please install pyFM again. It should work now. OpenMtko wrote: (2009-05-15 15:11:39)
Good work Andreas!
__void wrote: (2009-05-28 01:28:45)
Hi.
I'm on SHR-unstable with the last upgrades. I installed python-pygame from the testing repo, but I can't get PyFM working. Here's the output. root@om-gta02 ~ $ export DISPLAY=:0; pyFM Traceback (most recent call last): File "/usr/bin/pyFM", line 35, in <module> main() File "/usr/bin/pyFM", line 31, in main pyFM = pyfm.cFMMain() File "/usr/lib/python2.6/site-packages/pyfm/pyfmFunctions.py", line 267, in __init__ self.myWindow.start() AttributeError: cWindow instance has no attribute 'start' Can you help me? quippini wrote: (2009-06-01 16:07:25)
Install pqGUI_2.1. This should solf this problem.
vendion wrote: (2009-10-20 18:54:41)
I also can't get it to work on the latest SHR unstable
root@om-gta02 ~ $ export DISPLAY=0; pyFM Traceback (most recent call last): File "/usr/bin/pyFM", line 35, in <module> main() File "/usr/bin/pyFM", line 31, in main pyFM = pyfm.cFMMain() File "/usr/lib/python2.6/site-packages/pyfm/pyfmFunctions.py", line 259, in __init__ self.myWindow = pqGUI.cWindow(self.loopFkt) File "/usr/lib/python2.6/site-packages/pqGUI/pqInterface.py", line 205, in __init__ self.window = pygame.display.set_mode((self._width, self._height),16) pygame.error: No video mode large enough for 480x586 Airon90 wrote: (2010-01-14 22:21:28)
root@om-gta02 /etc/opkg $ opkg install http://www.opkg.org/packages/pqGUI_0.2.1_armv4t.ipk -force-overwrite http://www.opkg.org/packages/pyFM_0.1.7_armv4t.ipk
Downloading http://www.opkg.org/packages/pqGUI_0.2.1_armv4t.ipk pkg_parse_from_stream_nomalloc: missing new line character at end of file! Downloading http://www.opkg.org/packages/pyFM_0.1.7_armv4t.ipk pkg_parse_from_stream_nomalloc: missing new line character at end of file! Installing pqGUI (0.2.1) to root... Installing pyFM (0.1.7) to root... Collected errors: * ERROR: Cannot satisfy the following dependencies for pqGUI: * python-pygame * * Cannot find package pqGUI. * ERROR: Cannot satisfy the following dependencies for pyFM: * python-pygame * * Cannot find package pyFM. Why?
|








