Dulwich C extensions and stand-alone Windows installation of bzr
Martin (gzlist)
gzlist at googlemail.com
Sun Sep 4 15:41:17 UTC 2011
On 04/09/2011, Eli Zaretskii <eliz at gnu.org> wrote:
>
> Thanks. But how do I produce the *.pyd files? There are none in the
> dulwich tarball.
This works* for me:
bzr branch lp:dulwich
cd dulwich
setup.py install_lib -d \path\to\site-packages
You'll need the right version of msvc for your python version as per
usual when dealing with python extensions that need a C compiler.
Martin
*Actually, it doesn't quite, but does when I use a Python built using
vc9 which supplies strnlen unlike the older C runtime.
More information about the bazaar
mailing list