Nmap Development mailing list archives

Re: Big Zenmap news


From: David Fifield <david () bamsoftware com>
Date: Tue, 26 Aug 2008 13:58:28 -0600

On Mon, Aug 25, 2008 at 11:37:55PM -0600, David Fifield wrote:
On Tue, Aug 26, 2008 at 03:19:09AM +0100, jah wrote:
Exciting!  I'm looking forward to trying this out.  I built r9372 on
win32 earlier and had this:

TypeError: decoding Unicode is not supported
Copying some more GTK files to dist directory...
Removing the build directory...
Done!

Aside from this, do you expect it to build OK on windows?

Do you get the crash if you edit zenmapCore/Nmap.py and change the
Unicode strings to plain strings? So change

APP_NAME = u"zenmap"

to 

APP_NAME = "zenmap"

Can you try r9750? Apparently neither py2exe nor py2app can handle
Unicode script names, even though using unicode objects to represent
file names is more correct in general. That revision coerces the script
name to a plain byte strings before handing it to the executable
bundlers.

David Fifield

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


Current thread: