<br>This thread is getting so long it may break.  But I don&#39;t want to unilaterally bifurcate the discussion.  So I&#39;ll post here.  <br><br>I am preparing to selftest bzr-svn on Windows.  <br>The head of lp:bzr-svn seems to require a later subvertpy than provided in the 1.16 installer for Windows.  (No surprise!) <br>
So grabbed the head of lp:subertpy and am trying to install it on WinXP.<br><br>First, the dependencies:<br>I think I have correctly installed BerkeleyDB, libintl and scn-win32 with the dev libs.<br><br>I have set environment variables:<br>
<br>SVN_BDB=C:\Documents and Settings\martitza\scratch\db4-win32-4.4.20<br>SVN_DEV=C:\Documents and Settings\martitza\scratch\BRANCHES\svn-win32-1.5.6<br>SVN_LIBINTL=C:\Documents and Settings\martitza\scratch\svn-win32-libintl<br>
<br>And when I run setup.py install, I get<br><br>C:\Documents and Settings\martitza\Desktop\BRANCHES\subvertpy&gt;python .\setup.py install running install running build running build_py creating build creating build\lib.win32-2.5 creating build\lib.win32-2.5\subvertpy copying subvertpy\delta.py -&gt; build\lib.win32-2.5\subvertpy copying subvertpy\marshall.py -&gt; build\lib.win32-2.5\subvertpy copying subvertpy\properties.py -&gt; build\lib.win32-2.5\subvertpy copying subvertpy\ra.py -&gt; build\lib.win32-2.5\subvertpy copying subvertpy\ra_svn.py -&gt; build\lib.win32-2.5\subvertpy copying subvertpy\server.py -&gt; build\lib.win32-2.5\subvertpy copying subvertpy\__init__.py -&gt; build\lib.win32-2.5\subvertpy creating build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\test_client.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_core.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_delta.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\test_marshall.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_properties.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_ra.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\test_repos.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_server.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>copying subvertpy\tests\test_wc.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>
copying subvertpy\tests\__init__.py -&gt; build\lib.win32-2.5\subvertpy\tests<br>running build_ext<br>error: Python was built with Visual Studio 2003;<br>extensions must be built with a compiler than can generate compatible binaries. Visual Studio 2003 was not found on this system. If you have Cygwin installed, you can try compiling with MingW32, by passing &quot;-c mingw32&quot; to setup.py.<br>
<br>So my question is... Can I install subvertpy without building it?<br><br>I am trying this on a WinXP box with no dev tools, precisely to simulate the end-user expereince in a neutral way.<br><br>Thanks!<br>-M<br><br><br>