Copyright Notice in Executable

themichmoore themichmoore at hotmail.com
Mon Jan 21 23:05:48 EST 2002


I have been using py2exe to generate an executable
for a small program and want to put a copyright 
notice in the executable so that a simple hex editor
view of the .exe file will display the copyright 
information.  However the documentation strings 
and string constants I put in the python code are
placed in the zip file and end up being compressed.

Anyone have a solution for adding the hex level 
copyright notice string to a py2exe executable ?



More information about the Python-list mailing list