I just installed OMXPlayer and also the wrapper by cloning it from Git and install
When i execute the example i get this message in Thonny:
Code: Select all
Python 3.5.3 (/usr/bin/python3)
>>> %cd /home/pi/python-omxplayer-wrapper/examples
>>> %Run video_file.py
Traceback (most recent call last):
File "/home/pi/python-omxplayer-wrapper/examples/video_file.py", line 3, in <module>
from omxplayer.player import OMXPlayer
ImportError: No module named 'omxplayer'
>>> I am using Raspberry Pi 3, my boss has hired me to get this working.
Thank you!
-Zefex