Page 1 of 1

Running roaster on Archbang

Posted: Thu Jul 04, 2013 3:05 pm
by guthut
Trying to run roaster on Archbang. This is the output from terminal.

$ roaster
File "/usr/bin/roaster", line 641
print "bookmark current \n"
^

and

$ roaster
Traceback (most recent call last):
File "/usr/bin/roaster", line 29, in <module>
import gobject
ImportError: No module named 'gobject'
'


Thanks for any assistance.

Re: Running roaster on Archbang

Posted: Thu Jul 04, 2013 4:22 pm
by DebianJoe
Oh, roaster is written in Python? Cool.

Uhh....you need gobject to import gobject, that's what it's telling you. I don't know if that helps, but you can't import that which isn't there.

Edit: Also, Archbang is a prepackaged Arch, so they'll call any calls that the program uses for "Python" by specifying "Python2." In Arch, (Python == Python3)

Re: Running roaster on Archbang

Posted: Fri Jul 05, 2013 10:42 am
by machinebacon
Check the source, it imports a bunch of stuff (simplejson, webkit)

grep import /usr/bin/roaster