Yes I do and PyQT is installed.
Now when I type a
python amsn2.py
I've got this
python amsn2.py -f qt4
Traceback (most recent call last):
File "amsn2.py", line 76, in <module>
amsn = aMSNCore(options)
File "/Users/cosmoboy/amsn2/amsn2/core/amsn.py", line 24, in __init__
self._gui = gui.GUIManager(self, self._gui_name)
File "/Users/cosmoboy/amsn2/amsn2/gui/gui.py", line 22, in __init__
self.gui = self.gui.load()
File "/Users/cosmoboy/amsn2/amsn2/gui/front_ends/qt4/__init__.py", line 9, in load
import qt4
File "/Users/cosmoboy/amsn2/amsn2/gui/front_ends/qt4/qt4.py", line 3, in <module>
from contact_list import *
File "/Users/cosmoboy/amsn2/amsn2/gui/front_ends/qt4/contact_list.py", line 8, in <module>
class aMSNContactList(StyledWidget, base.aMSNContactList):
AttributeError: 'module' object has no attribute 'aMSNContactList'
I'm really near. What I have to do please?
Or this without forcing QT4
python amsn2.py
Traceback (most recent call last):
File "amsn2.py", line 76, in <module>
amsn = aMSNCore(options)
File "/Users/cosmoboy/amsn2/amsn2/core/amsn.py", line 24, in __init__
self._gui = gui.GUIManager(self, self._gui_name)
File "/Users/cosmoboy/amsn2/amsn2/gui/gui.py", line 22, in __init__
self.gui = self.gui.load()
File "/Users/cosmoboy/amsn2/amsn2/gui/front_ends/cocoa/__init__.py", line 9, in load
import cocoa
File "/Users/cosmoboy/amsn2/amsn2/gui/front_ends/cocoa/cocoa.py", line 5, in <module>
from contact_list import *
File "/Users/cosmoboy/amsn2/amsn2/gui/front_ends/cocoa/contact_list.py", line 47, in <module>
class aMSNContactList(base.aMSNContactList):
AttributeError: 'module' object has no attribute 'aMSNContactList'