Petite erreur de xampppy

Fermé
Karrilop - Modifié par Karrilop le 23/12/2015 à 04:31
Arno59 Messages postés 4600 Date d'inscription jeudi 23 octobre 2003 Statut Contributeur Dernière intervention 18 avril 2023 - 24 déc. 2015 à 21:42
Bonsoir,
Rebonsoir j'ai un nouveau un petit problème, cette fois si avec xampppy (module) quand je veux l'installer sur mon kali linux je tape sudo apt-get xampppy, il download et la : "could no find a version that satisfies the requireent xmpppy (from version: 0.5.0rcl)en rouge
Puis cleaning up....
"No distribution matching the version xmpppy, storing debug log for failure in /root/.pip/pip.log" en rouge

2 réponses

faseldi Messages postés 279 Date d'inscription dimanche 9 novembre 2014 Statut Membre Dernière intervention 3 janvier 2017 20
23 déc. 2015 à 21:52
re salut,
tu as essayé sudo apt-get install xampppy ?
0
Impossible de trouver le paquet.
0
faseldi Messages postés 279 Date d'inscription dimanche 9 novembre 2014 Statut Membre Dernière intervention 3 janvier 2017 20
24 déc. 2015 à 00:39
sudo apt-get install python-xmpp
Et ça ?
essaye aussi
sudo apt-get install python3-xmpp
0
Arno59 Messages postés 4600 Date d'inscription jeudi 23 octobre 2003 Statut Contributeur Dernière intervention 18 avril 2023 484
24 déc. 2015 à 21:42
Bonjour,

Est-ce xampppy ou xampp.py ?

import os

os.system("/Applications/XAMPP/xamppfiles/xampp start")


Si c'est python-xmpp, il suffit d'installer via
 sudo apt-get install python3-xmpp


0