You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using RedDog on a python 2.7.14 system.
I tried to view configuration using the command rubra RedDog --config RedDog_config 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 RedDog_config.py on line 35, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
The text was updated successfully, but these errors were encountered:
Hello katholt,
I am using RedDog on a python 2.7.14 system.
I tried to view configuration using the command rubra RedDog --config RedDog_config 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 RedDog_config.py on line 35, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
The text was updated successfully, but these errors were encountered: