You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to merge jguardi's branch with tgalal's and now I'm having this issue:
Traceback (most recent call last):
File "run.py", line 5, in
from layer import EchoLayer
File "/root/data/Yowsup_Atlas/layer.py", line 16, in
from yowsup.layers.protocol_media.picture import YowMediaPictureLayer #descarga imagen
File "/usr/local/lib/python2.7/dist-packages/yowsup/layers/protocol_media/picture.py", line 2, in
from yowsup import ProtocolTreeNode
ImportError: cannot import name ProtocolTreeNode
someone can help me please? thanks for the attention!
The text was updated successfully, but these errors were encountered:
looks very fked up, because it failed to import it because picture is imported in ProtocolTreeNode or in some dependencies above. To solve this you need to check if picture (or it base classes) is used in ProtocolTreeNode or in any other module related to it.
I merged the media encryption things from jguardi if you are interested i can commit the changes in my fork.
tried to merge jguardi's branch with tgalal's and now I'm having this issue:
Traceback (most recent call last):
File "run.py", line 5, in
from layer import EchoLayer
File "/root/data/Yowsup_Atlas/layer.py", line 16, in
from yowsup.layers.protocol_media.picture import YowMediaPictureLayer #descarga imagen
File "/usr/local/lib/python2.7/dist-packages/yowsup/layers/protocol_media/picture.py", line 2, in
from yowsup import ProtocolTreeNode
ImportError: cannot import name ProtocolTreeNode
someone can help me please? thanks for the attention!
The text was updated successfully, but these errors were encountered: