-
Notifications
You must be signed in to change notification settings - Fork 222
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
whatsapp.py and yowsup 3.0.0 #332
Labels
feature
New feature request
Comments
Related commit in |
also, |
Note: I start working on it in this branch (but I don't have much time for it today) |
@dfroger were you able to get python: stdout/stderr (?): /.local/share/weechat/python/autoload/whatsapp.py:1432: SyntaxWarning: invalid escape sequence '\ '
python: stdout/stderr (?): weechat.prnt("", "whatsapp: use only characters: a-z A-Z 0-9 [ \ ] ^ _ - { | } @ .")
python: stdout/stderr (?): Package python-yowsup (yowsup) must be installed to use whatsapp protocol.
python: stdout/stderr (?): Get yowsup with your package manager, or at this URL: https://github.com/tgalal/yowsup
python: stdout/stderr (?): Traceback (most recent call last):
python: stdout/stderr (?): File ".local/share/weechat/python/autoload/whatsapp.py", line 396, in <module>
python: stdout/stderr (?): class Server(YowInterfaceLayer):
python: stdout/stderr (?): ^^^^^^^^^^^^^^^^^
python: stdout/stderr (?): NameError: name 'YowInterfaceLayer' is not defined
python: unable to parse file ".local/share/weechat/python/autoload/whatsapp.py"
script: 313 scripts for WeeChat 4.3.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that
whatsapp.py
needs to be upgraded foryowsup 3.0.0
, these imports do not work for me:The text was updated successfully, but these errors were encountered: