Dear all,
I'm trying the python3-port of casperfpga, from
https://github.com/ska-sa/casperfpga/tree/python3-port
I had to fix some minnor issues like
"except KatcpClientError, e: " to "(except KatcpClientError, e):
and
"from thread" to "from _thread"
which I'm not sure if they are ok....
And then I got the following error while doing "import casperfpga" in
ipython, that I cannot figure out..
/home/user1/casperfpga3/lib/python3.7/site-packages/katcp/resource_client.py
in <module>()
847 '{1!s}'.format(sensor_name, reply))
848 # Register with the ABC
--> 849 resource.KATCPSensorsManager.register(KATCPClientResourceSensorsManager)
850
851 class KATCPClientResourceRequest(resource.KATCPRequest):
AttributeError: type object 'KATCPSensorsManager' has no attribute 'register'
Any idea?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"[email protected]" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/CA%2BEePfS%3DVnQKv-E%2ByQpDOWJm7gRxZn2HcX8N-2K-JefPqvHX2g%40mail.gmail.com.