hg-review extension

Daniel Newton djpnewton at gmail.com
Sun Jul 25 18:41:18 CDT 2010


On Sun, Jul 25, 2010 at 1:32 AM, Yuya Nishihara <yuya at tcha.org> wrote:

> djp wrote:
> > > > I just tested it on Windows but it does not work. I followed the
> > > > instructions inhttp://sjl.bitbucket.org/hg-review/. When I ran the
> last
> > > > step (hg review --web) I get the following error: "abort: No module
> named
> > > > Cookie!"
> > >
> > > I (on win32) get this also:
> > >
> > >     starting web server
> > >     abort: No module named Cookie!
> >
> > It looks like the python dist that comes with tortoisehg is missing a
> > bunch of libraries that the werkzueg and flask modules need (Cookie,
> > decimal, htmlentitydefs, code, codeop, compiler, numbers, symbol,
> > uuid).
>
> Yes, it includes only subset of python libs which mercurial and tortoisehg
> depend on. py2exe collects them by reading dependencies recursively.
>
> Yuya,
>

The faq (http://tortoisehg.bitbucket.org/manual/1.1/faq.html) implies that
the entire standard library is included (*see: "Where do TortoiseHg
extensions look for external Python modules on Windows?")*

I might try to make a script that adds to tortoisehg-library.zip the
required libs from a local full python installation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial/attachments/20100726/084e89ef/attachment.htm>


More information about the Mercurial mailing list