mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 12:19:02 +00:00
Update build instructions and build scripts for Python 2.7.
This commit is contained in:
@@ -11,36 +11,26 @@ known-good versions.
|
||||
|
||||
GTK+ All-in-one bundle
|
||||
o http://www.gtk.org/download-windows.html
|
||||
o Tested: gtk+=bundle_2.14.7-20090119_win32.zip
|
||||
o Also tried the more recent gtk+-bundle_2.16.6-20091013_win32.zip,
|
||||
but while that worked on Windows 7, I got DLL errors when I tried
|
||||
to run Zenmap on Windows XP. It basically failed to load:
|
||||
Traceback (most recent call last):
|
||||
File "zenmap", line 89, in <module>
|
||||
File "zenmapGUI\App.pyo", line 113, in <module>
|
||||
File "gtk\__init__.pyo", line 48, in <module>
|
||||
File "gtk\_gtk.pyo", line 12, in <module>
|
||||
File "gtk\_gtk.pyo", line 10, in __load
|
||||
ImportError: DLL load failed: The specified procedure could not be found.
|
||||
o Tested: gtk+-bundle_2.22.0-20101016_win32.zip
|
||||
Python
|
||||
o http://www.python.org/download
|
||||
o Tested: python-2.6.4.msi
|
||||
o Tested: python-2.7.msi
|
||||
PyGTK
|
||||
o http://ftp.gnome.org/pub/gnome/binaries/win32/pygtk
|
||||
o Tested: pygtk-2.12.1-3.win32-py2.6.exe
|
||||
o Tested: pygtk-2.22.0.win32-py2.7.exe
|
||||
PyCairo
|
||||
o http://ftp.gnome.org/pub/gnome/binaries/win32/pycairo
|
||||
o Tested: pycairo-1.4.12-2.win32-py2.6.exe
|
||||
o Tested: pycairo-1.8.10.win32-py2.7.exe
|
||||
PyGObject
|
||||
o http://ftp.gnome.org/pub/gnome/binaries/win32/pygobject
|
||||
o pygobject-2.14.2-2.win32-py2.6.exe
|
||||
Py2exe (0.6.9) - http://www.sourceforge.net/projects/py2exe
|
||||
o py2exe-0.6.9.win32-py2.6.exe
|
||||
Be sure to grab the PyGTK, PyCairo, etc. for Python 2.6!
|
||||
o pygobject-2.26.0.win32-py2.7.exe
|
||||
Py2exe (0.6.9) - http://www.sourceforge.net/projects/py2exe/files/
|
||||
o py2exe-0.6.9.win32-py2.7.exe
|
||||
Be sure to grab the PyGTK, PyCairo, etc. for Python 2.7!
|
||||
|
||||
The GTK all-in-one bundle is a zip file. Unzip it into the directory
|
||||
c:\GTK. The other components have installers-using the default
|
||||
install directories is important, especially for Python (C:\Python26)
|
||||
install directories is important, especially for Python (C:\Python27)
|
||||
and GTK (C:\GTK). See Section IV if you must change the directories.
|
||||
|
||||
You may need to set your Windows $PATH so that it can find the GTK
|
||||
|
||||
Reference in New Issue
Block a user