View Single Post
Posts: 14 | Thanked: 12 times | Joined on Jun 2012
#1220
Originally Posted by Guinoak View Post
Hi All,

If anyone is having this issue on 0.2.6, just edit the file

Code:
/opt/waxmppplugin/bin/wazapp/walogin.py
And substitute
Code:
Utilities.debug("Account type: "+kind)
by
Code:
Utilities.debug("Account type: "+str(kind))
Running 0.2.6 nicely now.

Thanks tgalal !!
hi

could you please explain how you did that edit?

thx