Wireshark - 0.99.7 Guide de l'utilisateur Page 70

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 147
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 69
4.6. python
Python is an interpreter based programming language. The homepage of the python project is: http://
python.org/. Python is used to generate some source files. Python version 2.2 and above should be
working fine.
4.6.1. UNIX or Win32 Cygwin: python
Python is available for most of the UNIX-like platforms and as the python package from the Cyg-
win setup
If Python isn't already installed or available as a package for your platform, you can get it at: http://
www.python.org/.
After correct installation, typing at the bash command line prompt:
$ python -V
should result in something like:
Python 2.4.3
However, the version string may vary.
4.6.2. Win32 native: python
Have a look at http://python.org/download/to download the latest stable release. You can download
a setup there, which will install the python system typically into C:\Python25 or similiar.
After correct installation, typing at the command line prompt (cmd.exe) - this must be entered in the
Python directory, the installer won't set the PATH:
C:\Python25> python -V
should result in something like:
Python 2.5
However, the version string may vary.
Tool Reference
56
Vue de la page 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 146 147

Commentaires sur ces manuels

Pas de commentaire