Skip to content
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

Closed
vprithiviraj opened this issue Oct 5, 2016 · 4 comments
Closed

showing error in __init__.py #4

vprithiviraj opened this issue Oct 5, 2016 · 4 comments

Comments

@vprithiviraj
Copy link

vprithiviraj commented Oct 5, 2016

untitled
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'

@wavesoft
Copy link
Owner

wavesoft commented Oct 5, 2016

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 .

@vprithiviraj
Copy link
Author

nope still both the problems persists. on #5 i commented the line which was making the attribute error.
that is the line 60 of init.py. I'm using python34. is there any recommemded version is available for this project?

thanks in advance

@wavesoft
Copy link
Owner

wavesoft commented Oct 5, 2016

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.

@wavesoft
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants