-
Notifications
You must be signed in to change notification settings - Fork 23
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
No module named axolotladdress #6
Comments
Yes, it happens to me too. Maybe a file is missing from Git? |
@donkeyhot a temporal workaround is to revert to an older commit:
|
Is it possible this latest version working only on older versions of python? (lower then python3)? I've got the same error and also an error about using urllib2 (the urllib2 problem can be solved quite easily by using urllib.request) |
No, you need python-axolotl 1.7. you can get it: |
@naamakat yes it is |
Which python versions I can use with this branch? |
I've use python 2.7 but you can check and patch for python 3.x easyly. Please, upload this patch ;) De: naamakat Which python versions I can use with this branch? You are receiving this because you commented. |
Trying to make a patch for python3.x:
get No valid sessionsBad Mac! error :( |
I need a python developer (I'm c developer) to fix installation and version compatibility issues. |
This should make @naamakat code compatible with both python 2 and 3 |
@jodersus please, make a PR due to I have no PC now but from mobile I can merge. De: Alex
This should make @naamakat code compatible with both python 2 and 3 You are receiving this because you commented. |
I only wrote the code here, did not update my code, I use python 2.7 |
With pleasure :) as soon as it will be working .. File "/usr/local/lib/python3.4/dist-packages/yowsup2-2.4.48-py3.4.egg/yowsup/layers/coder/decoder.py", line 267, in nextTreeInternal |
FIxed it by changing line 266 into - if type(nodeData) is list: but still getting the No valid sessionsBad Mac! error |
did you update to the latest python-axolotl version? |
@jodersus Yes I've pulled the master branch of https://github.com/tgalal/python-axolotl |
@naamakat use develop branch instead |
@jlguardi The 2 branches looks the same, how can I pull the dev branch? |
Git clone https://github.com/tgalal/python-axolotl.git |
which version of protobuf did you use? I get many errors concerning this package .. |
Develop |
After updated yowsup from master branch I received an error:
The text was updated successfully, but these errors were encountered: