← Back to team overview

screenlets-dev team mailing list archive

[Bug 1048808] Re: Python ImportError: No module named screenlets

 

Short answer, add PYTHONPATH to your command line:

    $ PYTHONPATH=/usr/lib/python2.7/site-packages screenlets-daemon

I also had to install a dependent python lib with

    sudo apt-get install python-beautifulsoup

BUT now I get
    
    Traceback (most recent call last):
      File "/usr/share/screenlets-manager/screenlets-daemon.py", line 370, in <module>
        daemon = ScreenletsDaemon()
      File "/usr/share/screenlets-manager/screenlets-daemon.py", line 69, in __init__
        pixbuf = icontheme.load_icon("screenlets", 24, 0)
    glib.GError: Icon 'screenlets' not present in theme

And at this point I have to get back to work.... shelving screenlets hacking 
again for another day.

-- 
You received this bug notification because you are a member of
Screenlets Dev Team, which is subscribed to Screenlets.
https://bugs.launchpad.net/bugs/1048808

Title:
  Python ImportError: No module named screenlets

To manage notifications about this bug go to:
https://bugs.launchpad.net/screenlets/+bug/1048808/+subscriptions


References