Install it with easy_install
$ sudo easy_install -U luban
or,
get luban from the Python Package Index, expand it and run
$ sudo python setup.py install
Or if you need more details:
Luban is installable on unix/linux platforms, as well as Mac OS X operating systems. Luban has not been tested in windows system.
Please make sure your system has the following software installed:
Download the appropriate egg for your version of Python (e.g. setuptools-0.6c11-py2.6.egg). Do NOT rename it.
Run it as if it were a shell script, e.g.
$ sh setuptools-0.6c11-py2.6.eggSetuptools will install itself using the matching version of Python (e.g. python2.6), and will place the easy_install executable in the default location for installing Python scripts (as determined by the standard distutils configuration files, or by the Python installation).
We can intall setuptools by:
$ sudo apt-get install python-setuptools
(optional) wxpython:
$ sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n