logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
utilisateurs:hypathie:tutos:python-trucs-et-machins [28/12/2015 08:17]
Hypathie créée
utilisateurs:hypathie:tutos:python-trucs-et-machins [29/12/2015 08:59]
Hypathie [Installer Eric6 python]
Ligne 1: Ligne 1:
-====== ​TPython ​trucs et machins ======+====== ​Python ​trucs et machins ======
  
   * Objet : du tuto FIXME   * Objet : du tuto FIXME
Ligne 44: Ligne 44:
 <code retour>​Python 3.4.2</​code>​ <code retour>​Python 3.4.2</​code>​
  
-===== Installation ​=====+===== Installer Eric6 python=====
  
 +
 +  * D'​abord on télécharge Eric6 : http://​eric-ide.python-projects.org/​eric-download.html
 +
 +  * Référence sur l'​installation : https://​github.com/​davy39/​eric
 +
 +====installation des dépendances====
 +
 +===qt5 et qt4===
 +
 +  * **Qt5** : Depuis le site officiel: http://​www.qt.io/​download-open-source/#​section-2
 +
 +On télécharge la version correspondante à son système : 
 +
 +{{http://​pix.toile-libre.org/​upload/​original/​1451369569.png}}
 +
 +<code root>​chmod +x le-fichier-qt5.xx.run</​code>​
 +
 +<code root>​./​le-fichier-qt5.xx.run</​code>​
 +
 +<​note>​
 +FIXME
 +
 +  * Depuis les sources ​ :
 +
 +A voir pour installer l'IDE qtcreator : http://​famedsolutions.com/​index.php/​2015/​05/​02/​installing-qt5-on-debian-jessie/​
 +
 +</​note>​
 +
 +  * **qt4** : Depuis dans les dépôts :
 +
 +On cherche la version voulue :
 +
 +<code root>​apt-cache search qt4</​code>​
 +
 +Et on installe :
 +
 +<code root>​apt-get install qt4-qtconfig</​code>​
 +
 +
 +===sip===
 +Il faut installer sip pour pouvoir installer PyQt :)
 +
 +  * Voir : http://​pyqt.sourceforge.net/​Docs/​sip4/​
 +
 +<code user>​wget http://​netcologne.dl.sourceforge.net/​project/​pyqt/​sip/​sip-4.17/​sip-4.17.tar.gz</​code>​
 +
 +<code user>tar xzvf sip-4.17.tar.gz -C ~</​code>​
 +<code user>cd sip-4.17/</​code>​
 +<code user>​python configure.py</​code>​
 +<code user>​make</​code>​
 +<code root>​make install</​code>​
 +
 +
 +
 +===PyQt5 et PyQt4===
 +  * **PyQt4**
 +
 +<code root>​apt-get install python-qt4</​code>​
 +
 +  * **PyQt5**
 + 
 +Voir : https://​riverbankcomputing.com/​software/​pyqt/​download5
 +
 +<code user>​wget http://​skylink.dl.sourceforge.net/​project/​pyqt/​PyQt5/​PyQt-5.5.1/​PyQt-gpl-5.5.1.tar.gz</​code>​
 +
 +<code user>tar xzvf PyQt-gpl-5.5.1.tar.gz -C ~</​code>​
 +
 +<code user>cd PyQt-gpl-5.5.1/</​code>​
 +<code user>​python configure.py</​code>​
 +<code user>​make</​code>​
 +<code root>​make install</​code>​
 +
 +
 +  * Pour vérifier
 +
 +<code user>​echo "​import PyQt4" |python</​code>​
 +<code user>​echo "​import PyQt5" |python</​code>​
 +
 +S'il n'y a aucun retour c'est que tout va bien 8-)
 +
 +===qscintilla2===
 +
 +<code user>​wget http://​skylink.dl.sourceforge.net/​project/​pyqt/​QScintilla2/​QScintilla-2.9.1/​QScintilla-gpl-2.9.1.tar.gz</​code>​
 +Voir le site officiel: https://​riverbankcomputing.com/​software/​qscintilla/​download
 +
 +On décompresse l'​archive :
 +<code user>tar xzvf QScintilla-gpl-2.9.1.tar.gz</​code>​
 +
 +On installe :
 +
 +<code user>cd Qt4Qt5</​code>​
 +
 +<code user>​qmake qscintilla.pro</​code>​
 +
 +<code user>​make</​code>​
 +(C'est long ....)
 +
 +<code root>​make install</​code>​
 +====Installer Eric6 ====
 +
 +  * Pour obtenir la version 6
 +
 +<code user>​wget http://​netix.dl.sourceforge.net/​project/​eric-ide/​eric6/​stable/​6.1.0/​eric6-6.1.0.tar.gz</​code>​
 +
 +
 +  * On décompresse l'​archive dans le répertoire courant
 +
 +<code user>tar xzvf eric6-6.1.0.tar.gz -C ~</​code>​
 +
 +
 +<code user>cd eric6-6.1.0/</​code>​
 +
 +<code user>​chmod +x install.py</​code>​
 +
 +<code user>​./​install.py</​code>​
 +
 +<code user></​code>​
 +
 +<code user></​code>​
 ===== Utilisation ===== ===== Utilisation =====
  
  
utilisateurs/hypathie/tutos/python-trucs-et-machins.txt · Dernière modification: 31/12/2015 12:00 par Hypathie

Pied de page des forums

Propulsé par FluxBB