I am using RedDog on a python 2.7.14 system.
I tried to view configuration using the command _rubra RedDog --config RedDogconfig and I get the error message below
_File "/home/user/.local/bin/rubra", line 11, in
load_entry_point('Rubra==0.1.5', 'console_scripts', 'rubra')()
File "/home/user/.local/lib/python2.7/site-packages/Rubra-0.1.5-py2.7.egg/rubra/rubra.py", line 30, in main
File "/home/user/.local/lib/python2.7/site-packages/Rubra-0.1.5-py2.7.egg/rubra/utils.py", line 210, in getOptions
File "RedDog_config.py", line 34
SyntaxError: Non-ASCII character '\xe2' in file RedDogconfig.py on line 35, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
Hello katholt,
I am using RedDog on a python 2.7.14 system. I tried to view configuration using the command _rubra RedDog --config RedDogconfig and I get the error message below
_File "/home/user/.local/bin/rubra", line 11, in
load_entry_point('Rubra==0.1.5', 'console_scripts', 'rubra')()
File "/home/user/.local/lib/python2.7/site-packages/Rubra-0.1.5-py2.7.egg/rubra/rubra.py", line 30, in main
File "/home/user/.local/lib/python2.7/site-packages/Rubra-0.1.5-py2.7.egg/rubra/utils.py", line 210, in getOptions
File "RedDog_config.py", line 34
SyntaxError: Non-ASCII character '\xe2' in file RedDogconfig.py on line 35, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details