#1 Le 17/01/2006, à 16:49
- Philippe281281
Extension .pyc + fichier "configure" (installation)
Bonjour,
A quel programme correspond l'extension .pyc ? Je la rencontre après avoir décompressé l'archive tar.bgz d'un programme nommé "Naja". Dans cette archive d'ailleurs j'aurais bien aimé rencontre un configure, histoire d'installer le programme, mais y'a pas ! A la place, un install.pyc ??
Hors ligne
#2 Le 17/01/2006, à 17:54
- Nim
Re : Extension .pyc + fichier "configure" (installation)
pyc correxpond aux fichiers pythons précompilés, un :
python install.pyc
devarit pouvoir le faire mais c'est pour le moins étrange comme installateur, il n'y a pas d'autres fichiers voire même un README ou INSTALL qui serait plus explicite dans cette archive ?
Hors ligne
#3 Le 18/01/2006, à 03:32
- Philippe281281
Re : Extension .pyc + fichier "configure" (installation)
Non, pas de INSTALL ou README. Je veux bien essayer ta commande mais je m'inquiète : comment je ferais ensuite pour désinstaller ? Est-ce que ça se fera proprement ?
Hors ligne
#4 Le 18/01/2006, à 10:10
- Nim
Re : Extension .pyc + fichier "configure" (installation)
Bien ça un des problèmes.
Mais si le programme est en python il n'a peut-être tout simplement pas besoin d'être installé et s'execute directement.
As-tu d'autres fichiers executables ?
Si tu ne vois pas trop, une fois dans le répertoire décompressé donne toujours le résultat de :
ls -l
Hors ligne
#5 Le 18/01/2006, à 10:58
- Philippe281281
Re : Extension .pyc + fichier "configure" (installation)
phi@Aglae:~$ ls -l /usr/local/naja
total 588
drwxrwxrwx 2 root root 4096 2005-05-25 18:20 banner
-rw-rw-rw- 1 root root 9837 2005-11-01 08:55 changelog.txt
drwxrwxrwx 17 root root 4096 2005-05-25 18:20 data
-rw-rw-rw- 1 root root 747 2005-11-01 08:55 diagnostic.pyc
-rw-rw-rw- 1 root root 25442 2005-11-01 08:55 engine.pyc
-rw-rw-rw- 1 root root 81813 2005-11-01 08:55 images.pyc
-rw-rw-rw- 1 root root 1046 2005-11-01 08:55 install.pyc
-rw-rw-rw- 1 root root 28748 2005-11-01 08:55 jobs.pyc
drwxrwxrwx 3 root root 4096 2005-05-25 18:20 libs
-rw-rw-rw- 1 root root 10261 2005-11-01 08:55 licenses.txt
-rw-rw-rw- 1 root root 4298 2005-11-01 08:55 license.txt
-rw-rw-rw- 1 root root 4369 2005-11-01 08:55 license.txt.enc
drwxrwxrwx 2 root root 4096 2005-05-25 18:20 modules
-rw-rw-rw- 1 root root 2451 2005-11-01 08:55 najacmd.pyc
-rw-rw-rw- 1 root root 3637 2005-11-01 08:55 naja.pyc
-rw-rw-rw- 1 root root 3637 2005-11-01 08:55 naja.pyw
-rw-rw-rw- 1 root root 2308 2005-11-01 08:55 najaserver.pyc
-rw-rw-rw- 1 root root 13451 2005-11-01 08:55 panelweb.pyc
-rw-rw-rw- 1 root root 1474 2005-11-01 08:55 plugin.pyc
drwxrwxrwx 2 root root 4096 2005-05-25 18:20 plugins
drwxrwxrwx 2 root root 4096 2005-05-25 18:20 skins
-rw-rw-rw- 1 root root 30505 2005-11-01 08:55 tools.pyc
-rw-rw-rw- 1 root root 8523 2005-11-01 08:55 urlparse.pyc
-rw-rw-rw- 1 root root 3 2005-11-01 08:55 version
drwxrwxrwx 7 root root 4096 2005-05-25 18:20 web
-rw-rw-rw- 1 root root 908 2005-11-01 08:55 webLibs.pyc
drwxrwxrwx 3 root root 4096 2005-05-25 18:20 webs
-rw-rw-rw- 1 root root 3818 2005-11-01 08:55 webTemplate.pyc
-rw-rw-rw- 1 root root 22054 2005-11-01 08:55 wxCertificate.pyc
-rw-rw-rw- 1 root root 88847 2005-11-01 08:55 wxMain.pyc
-rw-rw-rw- 1 root root 42150 2005-11-01 08:55 wxOptions.pyc
-rw-rw-rw- 1 root root 25109 2005-11-01 08:55 wxSignets.pyc
-rw-rw-rw- 1 root root 32570 2005-11-01 08:55 wxSucker.pyc
-rw-rw-rw- 1 root root 5603 2005-11-01 08:55 wxTools.pyc
-rw-rw-rw- 1 root root 42385 2005-11-01 08:55 wxWin.pyc
Hors ligne