Let me try:
First install dependency pexpect:
Code: Select all
wget http://pexpect.sourceforge.net/pexpect-2.3.tar.gz
tar xzf pexpect-2.3.tar.gz
cd pexpect-2.3
sudo python ./setup.py install
cd ..
Now install Player tboplayer:
Code: Select all
wget https://github.com/KenT2/tboplayer/zipball/master/KenT2-tboplayer-522a7d6.zip
unzip KenT2-tboplayer-522a7d6.zip
cd KenT2-tboplayer-522a7d6/
python tboplayer.py
Now if someone can help link it like maybe create a desktop file or something
I figured it out
Create a soft link to the file we want to run and put it on the desktop
Code: Select all
ln -s /home/pi/KenT2-tboplayer-522a7d6/tboplayer.py /home/pi/Desktop/tboplayer
Open up File Manager in Accessories
Navigate to tboplayer.py right click properties set permissions click Make executable
Click on new file on your desktop when prompted choose execute not execute in terminal
Chose this option to stick with the Windows theme.
I did open tboplayer.py in geany while fiddling around and shouldn't the first line be:
#!/usr/bin/python
No spaces no extra remarks I don't know python still learning but other posts have said this is what should be there in linux I did change it before making the desktop link and it works figured I would just unzip and overwrite the changes just not sure which is right.
http://www.raspians.com - always looking for content feel free to ask to have it posted. Or sign up and message me to become a contributor to the site. Raspians is not affiliated with the Raspberry Pi Foundation. (RPi's + You = Raspians)