Running roaster on Archbang

Forum rules
We don't support installations in VirtualBox, VMWare, qemu or others. We ignore posts about WINE, PlayOnLinux, Steam and Skype. We don't support btrfs, lvm, UEFI, side-by-side installations with GPT or dualboot with anything newer than Windows XP.
Google your problem first. Check the Wiki. Read the existing threads. It's okay to "hijack" an existing thread, yes! If your problem is not yet covered, open a new thread. To get the quickest possible help, mention the exact release codename in your post (uname -a is a good idea, too). Due to the lack of crystal balls, attach the output of lspci -nnk if you encounter hardware problems.
guthut
Troll
Posts: 3
Joined: Fri Jan 18, 2013 8:10 pm

Running roaster on Archbang

Unread post by guthut » Thu Jul 04, 2013 3:05 pm

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.

User avatar
DebianJoe
Frame Buffer
Posts: 1915
Joined: Mon Jul 01, 2013 5:41 am
Location: emacs.d

Re: Running roaster on Archbang

Unread post by DebianJoe » Thu Jul 04, 2013 4:22 pm

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)
|>>BBQ Roaster, Alpha Branch<< | >> clinky << | >> X11 must die << |
Thanks BASIC

machinebacon
Baconator
Posts: 10253
Joined: Thu Sep 16, 2010 11:03 am
Location: Pfälzerwald
Contact:

Re: Running roaster on Archbang

Unread post by machinebacon » Fri Jul 05, 2013 10:42 am

Check the source, it imports a bunch of stuff (simplejson, webkit)

grep import /usr/bin/roaster
..gnutella..

Post Reply