Results 1 to 5 of 5
in brief i have 3 prrolems
1- when i try to run any screenlet it gives me
Code:
import screenlets
ImportError: No module named screenlets
how can i obtain this ...
- 02-11-2009 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 18
3 small problems
in brief i have 3 prrolems
1- when i try to run any screenlet it gives me
how can i obtain this module ?Code:import screenlets ImportError: No module named screenlets
---------------------------------------------------------------------------
2- when i tried to install virtualbox it said that it is installed but will not run as i have no kernel sources ??
-----------------------------------------------------------------------------
3- i installed totem media player via yum
yum install totem*
but after it is compelete i couldn't find it ??
-----------------------------------------------------------------------------
thanks in advance
- 02-11-2009 #2
To answer the VirtualBox question, you need to do this at a minimum,
Then install VirtualBox by changing to the folder that contains the VirtualBox file you downloaded (for filename completion purposes) and typingCode:sudo yum install qt qt-x11 kernel-devel sudo yum groupinstall 'Development Tools'
meaning type sudo rpm -ivh Virt and then press the tab key. That will auto-complete the file name for you. See how that goes. There may or may not be a few more details depending upon your level of success.Code:sudo rpm -ivh Virtu <tab>
Glenn
Powered by Fedora 16 and Arch Linux
- 02-11-2009 #3
Totem can be found under Applications > Sound and Video > Movie Player.
Glenn
Powered by Fedora 16 and Arch Linux
- 02-11-2009 #4Just Joined!
- Join Date
- Aug 2008
- Posts
- 18
thanks they worked
but about screenlets
i can't run them
- 02-11-2009 #5
I don't use screenlets and don't know anything about them. I know some of the boys over at FedoraForum.org are playing with that stuff. You could probably search this forum for some help too.
Glenn
Powered by Fedora 16 and Arch Linux


Reply With Quote