Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#10994 - Nmap package : missing pygtk dependancy
Attached to Project:
Arch Linux
Opened by Simon Malinge (Tapi) - Wednesday, 23 July 2008, 13:32 GMT
Last edited by Hugo Doria (hdoria) - Wednesday, 23 July 2008, 18:20 GMT
Opened by Simon Malinge (Tapi) - Wednesday, 23 July 2008, 13:32 GMT
Last edited by Hugo Doria (hdoria) - Wednesday, 23 July 2008, 18:20 GMT
|
DetailsDescription:
The new version of nmapfe (GUI for nmap) needs the pygtk package to run, but pygtk is not in nmap's dependancy list. Additional info: * package version : extra/nmap 4.68-2 * log w/o pygtk : [tapi@dragibus ~]$ sudo nmapfe Error in sys.excepthook: Traceback (most recent call last): File "/usr/bin/nmapfe", line 65, in excepthook import gtk ImportError: No module named gtk Original exception was: Traceback (most recent call last): File "/usr/bin/nmapfe", line 157, in <module> app.run() File "/usr/lib/python2.5/site-packages/zenmapGUI/App.py", line 99, in run self.__run_gui() File "/usr/lib/python2.5/site-packages/zenmapGUI/App.py", line 109, in __run_gui import gtk ImportError: No module named gtk [tapi@dragibus ~]$ Steps to reproduce: Run nmapfe without pygtk package, eh... :) |
This task depends upon
However, I think pygtk could be add as a optional dependency.
$ pacman -Qi nmap