Find the answer to your Linux question:
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 ...
  1. #1
    Just 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
    Code:
    import screenlets
    ImportError: No module named screenlets
    how can i obtain this module ?
    ---------------------------------------------------------------------------
    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

  2. #2
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    To answer the VirtualBox question, you need to do this at a minimum,
    Code:
    sudo yum install qt qt-x11 kernel-devel
    sudo yum groupinstall 'Development Tools'
    Then install VirtualBox by changing to the folder that contains the VirtualBox file you downloaded (for filename completion purposes) and typing
    Code:
    sudo rpm -ivh Virtu <tab>
    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.
    Glenn
    Powered by Fedora 16 and Arch Linux

  3. #3
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    Totem can be found under Applications > Sound and Video > Movie Player.
    Glenn
    Powered by Fedora 16 and Arch Linux

  4. #4
    Just Joined!
    Join Date
    Aug 2008
    Posts
    18
    thanks they worked
    but about screenlets
    i can't run them

  5. #5
    Linux User glennzo's Avatar
    Join Date
    Sep 2004
    Location
    Salem, Mass
    Posts
    434
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...