aMSN Forums
May 22, 2013, 12:19:04 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: New forum for aMSN !!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: NotImplementedError  (Read 7191 times)
dragonx
Newbie

Offline Offline

Posts: 5


View Profile WWW
« on: August 06, 2008, 04:05:10 am »

I can't run amsn2. I have installed all dependencies but when I run amsn2, the window of amsn turn grey. The follow appear in my console:
amsn2$ ./amsn2.py -f gtk
Traceback (most recent call last):
  File "/home/dragonx/Desktop/amsn2/amsn2/gui/front_ends/gtk/main.py", line 36, in __on_show
    self._amsn_core.mainWindowShown()
  File "/home/dragonx/Desktop/amsn2/amsn2/core/amsn.py", line 55, in mainWindowShown
    image.load("File","/path/to/image/here")
  File "/home/dragonx/Desktop/amsn2/amsn2/gui/base/image.py", line 15, in load
    raise NotImplementedError
NotImplementedError


What can I do?
Logged

huler
Newbie

Offline Offline

Posts: 2


View Profile
« Reply #1 on: August 06, 2008, 11:16:15 am »

Put # at first of line 55 of the file /home/dragonx/Desktop/amsn2/amsn2/core/amsn.py and these errors will disappear
Logged
dragonx
Newbie

Offline Offline

Posts: 5


View Profile WWW
« Reply #2 on: August 06, 2008, 03:50:11 pm »

thanks!!
Logged

dragonx
Newbie

Offline Offline

Posts: 5


View Profile WWW
« Reply #3 on: August 06, 2008, 04:02:16 pm »

Now I have other problem. When amsn accept my user and password never load all contacts.

Signing in to account dragonx@terra.cl
No handlers could be found for logger "protocol"
Traceback (most recent call last):
  File "./pymsn/pymsn/client.py", line 307, in state_changed
    self._state = ClientState.OPEN
  File "./pymsn/pymsn/client.py", line 224, in fset
    self._dispatch("on_client_state_changed", state)
  File "./pymsn/pymsn/event/__init__.py", line 44, in _dispatch
    if event_handler._dispatch_event(name, *args):
  File "./pymsn/pymsn/event/__init__.py", line 65, in _dispatch_event
    handler(*params)
  File "/home/dragonx/Desktop/amsn2/amsn2/protocol/client.py", line 12, in on_client_state_changed
    self._amsn_core.connectionStateChanged(self._client._amsn_profile, state)
  File "/home/dragonx/Desktop/amsn2/amsn2/core/amsn.py", line 131, in connectionStateChanged
    contactV = self.buildContact(contact)
  File "/home/dragonx/Desktop/amsn2/amsn2/core/amsn.py", line 162, in buildContact
    contactV.icon.load("Skin","buddy_" + self.p2s[contact.presence])
  File "/home/dragonx/Desktop/amsn2/amsn2/gui/base/image.py", line 15, in load
    raise NotImplementedError
NotImplementedError



What can I do?
Logged

dragonx
Newbie

Offline Offline

Posts: 5


View Profile WWW
« Reply #4 on: August 06, 2008, 04:05:36 pm »

if I like run in qt4 mode, I have problems too

/amsn2$ ./amsn2.py -f qt4
ASSERT failure in QFont::setPointSize: "point size must be greater than 0", file text/qfont.cpp, line 691
Aborted (core dumped)
Logged

dragonx
Newbie

Offline Offline

Posts: 5


View Profile WWW
« Reply #5 on: August 06, 2008, 04:17:03 pm »

Now I can load my contacts. I comment line 162 and 164 of amsn.py
But now, I load contacts but I can't do anymore

/amsn2$ ./amsn2.py -f gtk
Signing in to account dragonx@terra.cl
No handlers could be found for logger "protocol"
/home/dragonx/Desktop/amsn2/amsn2/gui/front_ends/gtk/main_loop.py:14: GtkWarning: Failed to set text from markup due to error parsing markup: Unknown tag 'paillán' on line 1 char 18
  self._mainloop.run()
/home/dragonx/Desktop/amsn2/amsn2/gui/front_ends/gtk/main_loop.py:14: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1 char 16: ' ' is not a valid character following a '<' character; it may not begin an element name
  self._mainloop.run()
/home/dragonx/Desktop/amsn2/amsn2/gui/front_ends/gtk/main_loop.py:14: GtkWarning: Failed to set text from markup due to error parsing markup: Error on line 1: Character ' ' is not valid inside an entity name
  self._mainloop.run()

amsn not support accents?
Logged

kakaroto
Administrator
Super Power User
*****
Offline Offline

Posts: 9428


View Profile WWW
« Reply #6 on: August 06, 2008, 07:32:27 pm »

Can't you read?HuhHuh
Quote
NotImplementedError

IT IS NOT YET IMPLEMENTED!!!!!!!!!!!
BE PATIENT, DO NOT ASK QUESTIONS ABOUT IT, IT IS STILL IN EARLY DEVELOPMENT, IT IS NOT YET USABLE!!!!!!!
Logged

KaKaRoTo
billiob
Administrator
Super Power User
*****
Offline Offline

Posts: 1352


View Profile
« Reply #7 on: August 06, 2008, 07:39:22 pm »

Quote from: "dragonx"
NotImplementedError

What can I do?

Implement it Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!