Nmap Development mailing list archives

Re: zenmap error


From: "Guilherme Polo" <ggpolo () gmail com>
Date: Wed, 16 Jan 2008 15:42:54 -0200

2008/1/16, Aaron Leininger <rilian4 () hotmail com>:

Hey all,
I compiled nmap 4.53 and zenmap from the tarball on SuSe 10.2. I got no errors during the ./configure, make, make 
install process and nmap from the command prompt is fine and dandy. zenmap, when I run it gives me the following 
error:

user@machine:~>zenmap
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 59, in excepthook
    import gtk
ImportError: No module named gtk

Original exception was:
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 150, in
    app.run()
  File "/usr/local/lib/python2.5/site-packages/zenmapGUI/App.py", line 96, in run
    self.__run_gui()
  File "/usr/local/lib/python2.5/site-packages/zenmapGUI/App.py", line 100, in __run_gui
    import gtk

I have python 2.5.1 installed and python gtk and python gtk dev are installed as well. I've searched google for help 
but have not been successful to date. I've run several simple python scripts of my own just fine so I know python 
works.

But did you try to import gtk after running python interpreter ? It is
possible that gtk is somewhere python can't find, the installer wasn't
smart enough in this case. This problem is more related to the gtk,
pygtk installer than to umit/zenmap.
If you can import gtk inside python interpreter successfully and
zenmap fails to import, then this is a different problem from what I
was expecting.


If this is the wrong list for this question, please point me to the right one.
Thanks to all of you for a great product. I've run nmap for both linux and windows for several years and thoroughly 
enjoy it. I got zenmap running on windows recently and it's also very well done. Thanks in advance for any help you 
might be able to provide.

Aaron
_________________________________________________________________
Put your friends on the big screen with Windows Vista(R) + Windows Liveā„¢.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_012008

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org



-- 
-- Guilherme H. Polo Goncalves

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: