Home » Wiki » cliente para h-node.org » Ιστορικό » Αναθεώρηση
Αναθεώρηση της σελίδας του wiki cliente para h-node.org
Αυτή είναι μια παλιά αναθεώρηση της σελίδας, έτσι όπως τροποποιήθηκε από τον/την Ark74 στις 03:51, 28 Ιούλιος 2011. Μπορεί να διαφέρει σημαντικά από την Τρέχουσα αναθεώρηση.
cliente para h-node.com
Obtener el h-client

Puede descargar el cliente al escribir la siguiente orden en una terminal:

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

(lo más probable es que ya estén instalados).

Usuarios de Trisquel 4.5

Requieren instalar python-setuptools para poder instalar el cliente:

sudo aptitude install python-setuptools
Instalación

Para instalar escriba:

python setup.py install --user

y ejecute usando:

~/.local/bin/h-client

(o simplemente h-client si es agregado ~/.local/bin al PATH).

Notas

Si esta usando Trisquel 4.0 necesita comentar la linea comenzando con "pycurl" dentro del archivo setup.py (vea debajo la pieza de código) e instalar pycurl por medio del administrador de paquetes

     install_requires=(
#        "pygtk",  # tries to get an old version
        #"pycurl"
        ),
    )
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
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