-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showing error in __init__.py #4
Comments
Hello @vprithiviraj , I guess this was due to wrong Python version? Assuming that at least you got pass by this problem judging by your comment on #5 . |
nope still both the problems persists. on #5 i commented the line which was making the attribute error. thanks in advance |
Yes, unfortunately this code is not yet compatible with python 3.x (they have changed a couple of things and the new versions are not backwards-compatible). So I guess you tried python 2.7 on #5 and you got this encoding error, right? I will have a look. |
Hey @vprithiviraj , I am not sure if you have fixed your problem, but I now added Python3 support to the project. Feel free to re-open this issue if you have further problems. |
while trying to debug the CC2541 chip from the terminal i change into the folder which is having that source files and i ran the
CC_info.py COM11
from the cmd prompt terminal. then it was showing the paranthesis error for print functions inside the source files, then i cleared all those errors now clearing all those error, one more error came like for
k,v in kwargs.iteritems():
attributeerror:'dict' object has no attribute 'iteritems'
The text was updated successfully, but these errors were encountered: