richard-clark / PyDynamixel

Python library for Dynamixel servos.
7 stars 4 forks source link

registers #1

Open jonghwan7028 opened 6 years ago

jonghwan7028 commented 6 years ago

Problem below

from pydynamixel import dynamixel Traceback (most recent call last): File "", line 1, in File "/Users/jongkim/anaconda/lib/python3.6/site-packages/pydynamixel/dynamixel.py", line 121, in import registers ModuleNotFoundError: No module named 'registers'

I am currently using anaconda jupyter notebook (5.4.0)64-bit and when I run code above, keep showing 'registers' problem. How can I fix it. Thanks.

quentinsf commented 5 years ago

Probably too late to be useful, but...

This is a Python 3 problem. If you can run under Python 2, you won't have this issue.

Alternatively, I've just made a fork here which should work under Python 3 (but probably won't work under Python 2).