Nu stiu daca e vorba de import sau altceva .
*Resursă folosită (sistem/funcție/modificare):
notificare-prieteni-online-cool-notify- ... t1634.html
*Syserr:
0203 04:55:25673 :: File "uiMessenger.py", line 695, in OnLogin
0203 04:55:25673 :: AttributeError
0203 04:55:25673 :: :
0203 04:55:25673 :: 'MessengerWindow' object has no attribute 'OpenWhisper'
0203 04:55:25673 ::
currentTime = app.GetGlobalTimeStamp()
startTime = constInfo.ONLINE_NOTIFICATION_START_TIME
if not name in constInfo.ALREADY_NOTIFY_LIST and currentTime > startTime:
self.onlinePopup = uiCommon.OnlinePopup()
self.onlinePopup.SetUserName(name)
!!!!! self.onlinePopup.SetEvent(ui.__mem_func__(self.OpenWhisper), "MOUSE_LEFT_BUTTON_UP", name) ---> LINIA CU PROBLEMA
self.onlinePopup.SlideIn()
constInfo.ALREADY_NOTIFY_LIST.append(name)


