Message11380

Author sborho
Recipients abuehl, djc, kiilerix, rawjeev
Date 2010-01-05.15:50:55
Content
Where did you download the hg-1.4.1 package? From berkwood?

When the library.zip is unreadable, it usually means it was built by py2exe
with a --bundle 1 flag.  That causes py2exe to do some non-standard hacks to
store the python dll inside the zip file.

thg-winbuild does not use --bundle 1 for it's packages (TortoiseHg or
Mercurial), because it interferes with some python packages required by THG.
History
Date User Action Args
2010-01-05 15:50:55sborhosetmessageid: <1262706655.1.0.970498755508.issue1970@mercurial.selenic.com>
2010-01-05 15:50:55sborhosetrecipients: + kiilerix, djc, abuehl, rawjeev
2010-01-05 15:50:55sborholinkissue1970 messages
2010-01-05 15:50:55sborhocreate