Skip to content

Commit

Permalink
Explain how to fix the qt4 "aMSNMainLoop" bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Faure committed Dec 3, 2008
1 parent 4d56ce6 commit da47b38
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README
Expand Up @@ -12,6 +12,7 @@ You can type ./amsn2.py --help for more info... and the front ends can be select
./amsn2.py -f qt4
for gtk, you need python-gtk... and for efl, you need the EFL, the python-efl and python-etk


If you want to install the EFL, it's easy go to http://omicron.homeip.net/projects/ and download the easy_e17.sh script :
http://omicron.homeip.net/projects/easy_e17/easy_e17.sh
Then do ./easy_e17.sh -i
Expand All @@ -21,4 +22,11 @@ Then in amsn2 directory, go to python-etk and build that too and install it...
Then the efl front end should become available...



If you have the following error with the qt4 front-end:
Traceback (most recent call last):
File "./amsn2.py", line 76, in <module>
amsn = aMSNCore(options)
File "/home/price/amsn2/amsn2/core/amsn.py", line 46, in __init__
self._loop = self._gui.gui.aMSNMainLoop(self)
AttributeError: 'NoneType' object has no attribute 'aMSNMainLoop'
try moving into the amsn2/gui/front_ends/qt4 directory and calling generateFiles.sh

0 comments on commit da47b38

Please sign in to comment.