---------- Forwarded message ----------
From: Assem Chelli <asse...@gmail.com>
Date: Tue, Jun 12, 2012 at 6:19 PM
Subject: Python Qt developer needed for Alfanous project
To: alfanous <alfa...@googlegroups.com>
Essalamu Alaikoum,
We need in Alfanous project a developer or an interface designer that
is familiar with Python Qt (PyQt or PySide) to work on the desktop
interface ( AlfanousDesktop ). We need to prepare a new release 0.6
for the next Sabily release . This blueprint show the changes to make.
If you know who may interest of contributing on this , please forward
this message to him.
How can you run the code?
That is a small introduction how to run the code on linux . if you are
not familiar with shell commands , I suggest you to ignore this
you need first to install git, pyqt4-dev-tools, python-setuptools
before run those commands
1. git clone git://git.code.sf.net/p/alfanous/code alfanous-code #
download the code
2. cd alfanous-code
3. make qt_all # build .ui
files and .qrc files
4. make index_main # build the main index
5. sudo make install_api # install the API of Alfanous
6. cd src/aflanous-desktop
7. sudo easy_install configobj pyparsing # install dependencies
8. python Gui.py # run the desktop interface