I load Python.uci (through emelfm), then load Edna. Then from the command line:
sudo ednastart
This returns the following error:
sudo: python: command not found
If I type... ednastart (without sudo, not logged in as root):
sys:1: DepricationWarning: Non-ASCII character '\xe9' in file edna.py on line 1032, but no encoding declared; see http://www.python.org/peps/pep-0263.html for detailsI've run edna once, but started it from right-mouse-button menu. I do not know how edna was started, but it worked.
The code for startedna is
Code Sample
# This is a script to start the Edna MP3 server # export PYTHONPATH=/opt/python/bin export PATH="$PATH:$PYTHONPATH" cd /usr/share/edna exec sudo python edna.py
So you do not need to sudo startedna...
I've looked at line 1032 in edna.py (version 0.4) and that line is a comment line. But on the line there are some chars with an ' above it. You might want to try deleting those lines or removing those special characters... I do not know why you have this problem.....
HTH.,
RemcoThe error you refer to is about the characters in the edna.py file that aren't supported by our character set ( unicode? )
Simply edit the umlautes, and other characters in the remarked portion of the file, to remove the error ..
The error has never affected the operation of edna for me. It's more a warning than a showstopper..
Run ps ax afterwards to see if python is running ..
Should be someway to setup another user besides root to run the files with proper permissions..
73 ke4ntInteresting. I load the python.dsl at boot, then after boot i load edna.dsl via emelfm but not as root of course. then i must type ednastart in the command prompt. if i use ednastart as root, it does not work, just by loading the .dsl via emelfm and then clicking on it in the menu, that does not work. but since i have a way to do it, albeit a manual way, it works for me.This is freakin Cool!!!!!!! I guess you can tell that it works now. Thanx for the help!Next Page...
original here.