You are not logged in.

#1 2015-04-03 01:42:36

bout10bucks
Member
Registered: 2009-09-11
Posts: 25

rivalctl for Steelseries Rival mouse not working [Solved]

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 defined

Any help would be appreciated

Last edited by bout10bucks (2015-04-06 01:18:49)

Offline

#2 2015-04-04 07:28:12

wixtb0t
Member
Registered: 2015-04-04
Posts: 5

Re: rivalctl for Steelseries Rival mouse not working [Solved]

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.py

Offline

#3 2015-04-05 20:37:38

nixi
Member
Registered: 2015-04-05
Posts: 3

Re: rivalctl for Steelseries Rival mouse not working [Solved]

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 defined

This 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

#4 2015-04-06 01:17:04

bout10bucks
Member
Registered: 2009-09-11
Posts: 25

Re: rivalctl for Steelseries Rival mouse not working [Solved]

I got it, I had to install it with python2. so # python2 setup.py install

Offline

#5 2015-04-06 07:39:06

wixtb0t
Member
Registered: 2015-04-04
Posts: 5

Re: rivalctl for Steelseries Rival mouse not working [Solved]

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

Board footer

Powered by FluxBB