Hi

I found this interesting tutorial:

https://github.com/domagalski/roach-adc-tutorial

When I run the initialization script, this error arises:

rolando@rolando-MS-7815:~/Downloads/roach-adc-tutorial-master$ sudo python
adc_init.py -I roach040433 -q
Traceback (most recent call last):
  File "adc_init.py", line 44, in <module>
    roach = ADC.ADC(args.roach)
  File "/home/rolando/Downloads/roach-adc-tutorial-master/ADC.py", line 48,
in __init__
    _katcp.FpgaClient.__init__(self, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/corr/katcp_wrapper.py", line
86, in __init__
    self.start(daemon = True)
TypeError: start() got an unexpected keyword argument 'daemon'
rolando@rolando-MS-7815:~/Downloads/roach-adc-tutorial-master$

I appreciate any comments.

Regards

Reply via email to