Nmap Development mailing list archives

Re: Zenmap dies on MacOS X 10.5.1


From: MadHat Unspecific <madhat () unspecific com>
Date: Mon, 03 Dec 2007 17:08:52 -0600

David Fifield wrote:
On Sun, Dec 02, 2007 at 08:35:00PM -0800, Jay Chandler wrote:
Built from source just now via RC3.

Am I missing something obvious, before I start tearing into the code?

bash-3.2# zenmap
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 31, in <module>
    from umitCore.Name import APP_NAME, APP_DISPLAY_NAME
ImportError: No module named umitCore.Name

Hmm, somehow Python isn't finding the packages. What does

python -c 'import sys; print "\n".join(sys.path)'

print out? And where did "make install" put the Zenmap packages
(umitCore and umitGUI in RC3)?

$ which zenmap
/usr/local/bin/zenmap

$ python -c 'import sys; print "\n".join(sys.path)'

/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python25.zip
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-darwin
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/plat-mac/lib-scriptpackages
/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-tk
/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload
/Library/Python/2.5/site-packages
/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC


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


Current thread: