Home » Wiki » client for h-node.org » Revisioni » Revisione
Revisione della pagina della wiki client for h-node.org
Questa è una vecchia revisione della pagina, così come è stata modificata da Ark74 alle ore 03:37, 28 luglio 2011. Può differire significativamente dalla Revisione corrente.
client for h-node.com
Getting the h-client

You can download the client by typing the following command:

svn co svn://svn.savannah.nongnu.org/h-client/trunk/h-client
Requirements
  • Python 2.6 or 2.7
  • Distribute
  • pyGTK
  • pycurl

(they would most likely be already installed).

Trisquel 4.5 users

Have to install python-setuptools in order to install the client:

sudo aptitude install python-setuptools
Installation

In order to install it type:

python setup.py install --user

and run it using:

~/.local/bin/h-client

(or just h-client if added ~/.local/bin to PATH).

Notes

If you are using Trisquel 4.0 you have to comment the row starting with "pycurl" inside the file setup.py (see the below piece of code) and install pycurl by means of the package manager

     install_requires=(
#        "pygtk",  # tries to get an old version
        #"pycurl"
        ),
    )
I contenuti di questa pagina sono di Pubblico Dominio. (leggi la pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information