ImportError: No module named berylsettings ( Beryl Latest SVN Package )
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 2, in ?
import berylsettings
ImportError: No module named berylsettings
i encountered that error recently…
and here is my solutions : edit /usr/bin/beryl-settings with root permission on line says
#!/usr/bin/env python
change it to
#!/usr/bin/env python2.5
enable your Treviño’s repository and type this to your console
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install beryl-settings-bindings
and if you get this ( on the above operation this will automatically install python-all but still I get this error )
Traceback (most recent call last):
File "/usr/bin/beryl-settings", line 3, in ?
import gtk
ImportError: No module named gtk
install this
sudo apt-get install python-gtk2 python-glade2
and if you get this error
Traceback (most recent call last): File "/usr/bin/beryl-settings", line 1421, in makeCategoryArea(Category) File "/usr/bin/beryl-settings", line 1268, in makeCategoryArea CatBasePixbuf = gdk.pixbuf_new_from_file_at_size("%s/%s"%
(BaseDir,CatImages[Category.Name]),IconSize,IconSize)
gobject.GError: Unrecognized image file format
something like that, install this one
sudo apt-get install librsvg2-common
note : this is based from the error i encountered but it seems that things work properly im not saying that this is the solution if you will still encounter some error feel free to post a comment
thanks to Treviño for keeping his repository/package updated. and keep up the good work!
screenshot :
technorati tags:ubuntu, linux, beryl+svn, gtk
Blogged with Flock

20 Comments
Jump to comment form | comments rss [?] | trackback uri [?]