View Single Post
Posts: 7 | Thanked: 0 times | Joined on May 2012
#94
Originally Posted by tgalal View Post
Guys, please for those facing the red dot problem (or messages sent but received), please close wazapp via the Quit button and run wazapp from terminal "/opt/waxmppplugin/bin/wazapp/wazapp" and post the output error if any. It would help. Thanks

I have red dot problem (the messages i send dont arrive to the contact person)

I had a nonproblematic registration, and if its help i live in Turkey

The following is the errorcode i get

#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys from PySide.QtGui import QApplication from wamanager import WAManager

#from waxmpp import WAXMPP
#from utilities import Utilities

if __name__ == "__main__":

app = QApplication(sys.argv)
wam = WAManager(app)
sys.exit(app.exec_())

Last edited by kalantore; 2012-05-17 at 18:54. Reason: Making error code more readable