From 5476ecdbdb207cd5fb6a06bc919aa894d7e895d4 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 13 Apr 2009 17:17:02 +0200 Subject: [PATCH 1/3] remove trailing ; --- amsn2/gui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amsn2/gui/gui.py b/amsn2/gui/gui.py index a3e87094..970f7182 100644 --- a/amsn2/gui/gui.py +++ b/amsn2/gui/gui.py @@ -27,7 +27,7 @@ def registerFrontEnd(name, module): @staticmethod def listFrontEnds(): - return GUIManager.front_ends.keys(); + return GUIManager.front_ends.keys() @staticmethod def frontEndExists(front_end): From fa38c005114b84d2073b7072954f7ca50957c068 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 13 Apr 2009 21:49:55 +0200 Subject: [PATCH 2/3] make amsn2.py executable --- amsn2.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 amsn2.py diff --git a/amsn2.py b/amsn2.py old mode 100644 new mode 100755 From 80eae6e46f623e15a981ba7fec99cd290f28538c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bisinger?= Date: Tue, 14 Apr 2009 03:41:17 +0800 Subject: [PATCH 3/3] Updated README with instructions for the pymsn submodule Signed-off-by: Boris Faure --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 05c19b83..22f4a6f4 100644 --- a/README +++ b/README @@ -5,6 +5,9 @@ python-pyopenssl python-crypto maybe some other stuff... +Before launching amsn2 you have to fetch the submodules (pymsn). Instructions can be found on the aMSN forum: +http://www.amsn-project.net/forums/viewtopic.php?t=5994 + If you launch ./amsn2.py and it gives an error, that error probably tells you which dependency you need... You can type ./amsn2.py --help for more info... and the front ends can be selected with -f : ./amsn2.py -f efl