Page 1 of 1

tboplayer on arm arch linux for RPi 3 B

Posted: Thu Jul 06, 2017 7:09 am
by nabilh2020
Using yaourt I tried to install tboplayer, it gives me the following errors:

Creating working copy of tboplayer git repo...
Cloning into 'tboplayer'...
done.
==> Starting pkgver()...
==> Updated version: tboplayer-git 313.734c426-1
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat '/tmp/yaourt-tmp-bgrau/aur-tboplayer-git/src/tboplayer/yt-dl_supported_sites': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
==> ERROR: Makepkg was unable to build tboplayer-git.

Another thing, I can install it manually, but if I try to run it I get the following errors:

$ tboplayer
Traceback (most recent call last):
File "/opt/tboplayer/tboplayer.py", line 513, in <module>
from gtk.gdk import ( screen_width, screen_height )
ModuleNotFoundError: No module named 'gtk'

It does install perfectly on Ubuntu Mate 16.04.2 for RPi 3 & Pixel Jessy for RPi 3.

The advantage of Arm Arch Linux for RPi 3 B is that I can use Kodi 17.3 from within the Desktop, as well as a Desktop itself at desktop selection time.

Re: tboplayer on arm arch linux for RPi 3 B

Posted: Thu Jul 06, 2017 7:32 am
by fruitoftheloom
Maybe install direct from GitHub ??

https://github.com/KenT2/tboplayer

Re: tboplayer on arm arch linux for RPi 3 B

Posted: Fri Jul 07, 2017 12:00 pm
by Koeshi
Two questions, what did you do to "install it manually" and do you have gtk?