You are not logged in.
I installed all the dependencies listed in the ReadMe https://github.com/andrepl/rivalctl but the application still won't run after setup.py. I don't know if it is something on my end or if I should post it as an issue on github
Traceback (most recent call last):
File "/usr/bin/rivalctl", line 9, in <module>
load_entry_point('rivalctl==0.1', 'console_scripts', 'rivalctl')()
File "/usr/lib/python3.4/site-packages/rivalctl-0.1-py3.4.egg/rival/rivalctl.py", line 67, in main
_main(args)
File "/usr/lib/python3.4/site-packages/rivalctl-0.1-py3.4.egg/rival/rivalctl.py", line 32, in _main
reports.append(set_logo_color(args.logo_color))
NameError: name 'set_logo_color' is not definedAny help would be appreciated
Last edited by bout10bucks (2015-04-06 01:18:49)
Offline
Try running the ../rival/rivalctl.py (from source tree) with python interpreter. And see if it gives the same error.
you@../rivalctl/rival/ $ python rivalctl.pyOffline
I am having the same issue.
$ rivalctl --cpi2 2000
Traceback (most recent call last):
File "/usr/bin/rivalctl", line 9, in <module>
load_entry_point('rivalctl==0.1', 'console_scripts', 'rivalctl')()
File "/usr/lib/python3.4/site-packages/rivalctl-0.1-py3.4.egg/rival/rivalctl.py", line 67, in main
_main(args)
File "/usr/lib/python3.4/site-packages/rivalctl-0.1-py3.4.egg/rival/rivalctl.py", line 42, in _main
reports.append(set_cpi_2(args.cpi2))
NameError: name 'set_cpi_2' is not definedThis happens with every single command.
Running the python file from source tree outputs nothing actually, nor does it change any of the settings.
Last edited by nixi (2015-11-25 16:24:30)
Offline
I got it, I had to install it with python2. so # python2 setup.py install
Offline
I think you should inform the developer(s) on github about your situation too. They have claimed to have added python3 support but there's apparently still some problems.
Offline