willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 72 forks source link

libdbus not found and python wheel crash #224

Open AurelienConil opened 2 years ago

AurelienConil commented 2 years ago

README

Issue Report

Description

Installing dbus lib as ReadTheDocs says is not working sudo apt-get update && sudo apt-get install -y libdbus-1{,-dev}

this instead is working

sudo apt-get install libdbus-1-dev libdbus-glib-1-dev

Environment details

Software Version
python-omxplayer-wrapper 0.3.3
python-dbus (dpkg -s python-dbus) 1.2.18
python (python --version) 2.7.18

Feature Request

Description

A short description (preferably a one liner) of the feature you desire.

Example use case

An example of how the feature you request would be used, demonstrating it's utility (and why the current solution doesn't solve your problem).