Menu

#61 bug: setting sys.winver destroys UPX'ed python23.dll

closed-fixed
None
5
2004-11-18
2004-10-13
kxroberto
No

I use the UPX method: compressing all dll's with upx

Yet on incremental py2exe runs. py2exe destoys the
python23.dll ! when:

setting sys.winver for '....\python23.dll' to 'myapp'

think this version manipulation should test somehow if
it understands the DLL-format.

I'm now forced to erase python23.dll before setup() and
re-compress....

Discussion

  • Thomas Heller

    Thomas Heller - 2004-11-18

    Logged In: YES
    user_id=11105

    This is now fixed in CVS - the patching is only be done if a
    fresh copy of pythonxy.dll is copied into the dist dir.

     
  • Thomas Heller

    Thomas Heller - 2004-11-18
    • assigned_to: nobody --> theller
    • status: open --> closed-fixed
     

Log in to post a comment.