anthonyeden / ProPresenter-Stage-Display-Python

A Python implementation of the ProPresenter Stage Display - for Raspberry Pi
https://mediarealm.com.au/propresenter-pi/
GNU General Public License v3.0
27 stars 4 forks source link

Errors on Fresh Install #11

Closed theblanchard closed 5 years ago

theblanchard commented 5 years ago

I'm having trouble installing and setting this up. I have a fresh install of Raspbian, and have only installed this single python app.

I am unable to find python2 using apt-get, I have installed 2.7 & 3, with no success.

Running python2 StageDisplay.py or python2.7 StageDisplay.py yields the following:

screenshot 2018-12-28 13 49 37

Running python3 StageDisplay.py yields this:

screenshot 2018-12-28 14 01 03

Please advise, I'd really love to get this up and running, but my python knowledge is limited.

leorac commented 5 years ago

Hi, I think it's not a Python problem. The python version is right, but basing on what I see (but tell me if I'm wrong) you are trying to run the application under console, without a X interface. You should install or enable the Desktop Environment (LXDE is the default) than run the script from that.

theblanchard commented 5 years ago

Running directly from the Pi fixed the issue. Thanks!