From e87adf87d6b69eddac30323a431d06dc766d1582 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 17 Nov 2009 04:27:18 +0000 Subject: [PATCH] note a problem I encountered with gtk+-bundle_2.16.6-20091013_win32.zip which lead me to revert back to gtk+=bundle_2.14.7-20090119_win32.zip --- docs/win32-installer-zenmap-buildguide.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/win32-installer-zenmap-buildguide.txt b/docs/win32-installer-zenmap-buildguide.txt index aa5316908..63304d242 100644 --- a/docs/win32-installer-zenmap-buildguide.txt +++ b/docs/win32-installer-zenmap-buildguide.txt @@ -11,7 +11,17 @@ known-good versions. GTK+ All-in-one bundle o http://www.gtk.org/download-windows.html - o Tested: gtk+-bundle_2.16.6-20091013_win32.zip + 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 + File "zenmapGUI\App.pyo", line 113, in + File "gtk\__init__.pyo", line 48, in + File "gtk\_gtk.pyo", line 12, in + File "gtk\_gtk.pyo", line 10, in __load + ImportError: DLL load failed: The specified procedure could not be found. Python o http://www.python.org/download o Tested: python-2.6.4.msi