View Single Post
terrencegf's Avatar
Posts: 221 | Thanked: 182 times | Joined on Jul 2007 @ Central Illinois
#15
I just tried your new .deb but it didn't work. I ran mClock from the command line and discovered that it needs a few python imports that must not be in your list of required packages. The following fixed it for me (as root):

Code:
apt-get install python2.5-pygame python2.5-dbus
Note that those two package pull in other packages as well (libsdl-ttf2.0-0 and python2.5-xml at least).
 

The Following User Says Thank You to terrencegf For This Useful Post: