Dulwich C extensions and stand-alone Windows installation of bzr

Martin Pool mbp at canonical.com
Mon Sep 12 08:16:25 UTC 2011


I think what you can do is:

 * install Python
 * build the extension using that Python and gcc
 * see if the gcc-built version actually loads into python (eg 'python
-c "import dulwich.whatever"')
 * copy the extension file into your standalone-bzr directory, and
also onto however many other machines you like
 * even put up the extension for others to use

Martin



More information about the bazaar mailing list