Re: Is it legal to rebuild Python.exe to include Version property tab?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michiel Overtoom

    Re: Is it legal to rebuild Python.exe to include Version property tab?

    Ward wrote...
    Can we rebuild Python.exe to include the various "version"
    information?
    Why rebuild it? You can use a resource editor tool to add/edit/delete the
    VERSIONINFO from any Windows executable, including Python.exe ;-)

    Greetings,

    --
    "The ability of the OSS process to collect and harness
    the collective IQ of thousands of individuals across
    the Internet is simply amazing." - Vinod Vallopillil


  • ward.david@comcast.net

    #2
    Re: Is it legal to rebuild Python.exe to include Version propertytab?

    On Jul 15, 7:42 am, Michiel Overtoom <mot...@xs4all. nlwrote:
    Why rebuild it? You can use a resource editor tool to add/edit/delete the
    VERSIONINFO from any Windows executable, including Python.exe ;-)
    M,

    Thanks for you suggestion. I didn't know that there was anything like
    a "resource editor" outside of a dev IDE. You learn something new
    everyday. :)

    So, we've established that there is a different way to edit the
    VERSIONINFO of an EXE. However, the question still remains as to
    whether is is legal to edit the VERSIONINFO on Python.exe and
    distribute it?

    Comment

    Working...