<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compiling Subversion Python bindings on Windows</title>
	<atom:link href="http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/</link>
	<description>online repository of stuff I had to google for hours to figure out</description>
	<lastBuildDate>Mon, 26 Jul 2010 14:55:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Allard</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-78</link>
		<dc:creator>Allard</dc:creator>
		<pubDate>Thu, 01 Apr 2010 20:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-78</guid>
		<description>This action:
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9\Release\subversion

should be replaced by:
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9

else you mis the APR dll&#039;s and will get the python error: 
ImportError: DLL load failed: The specified module could not be found.</description>
		<content:encoded><![CDATA[<p>This action:<br />
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9\Release\subversion</p>
<p>should be replaced by:<br />
Do a Windows search for “*.dll” in C:\Temp\subversion-1.6.9</p>
<p>else you mis the APR dll&#8217;s and will get the python error:<br />
ImportError: DLL load failed: The specified module could not be found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lejordet</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-45</link>
		<dc:creator>lejordet</dc:creator>
		<pubDate>Wed, 02 Sep 2009 06:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-45</guid>
		<description>I&#039;ve been trying to repeat this for building SVN 1.6.5, and I&#039;ve had some strange problems that didn&#039;t occur the first time around - I&#039;ll investigate if it&#039;s due to changing the SVN version, or if there&#039;s a problem with the procedure.

Notable changes:
- apr_* will build, but have 8-9 failed builds - the database modules won&#039;t build unless you add in the proper libraries, which is outside the scope of this article, for now.
- You might have to force VS2008 to recognize where your python.exe is found (Adding the path manually in options), otherwise some parts of the base library will build successfully (or so it seems), except there&#039;s a line about not finding &quot;python&quot;, and nothing is really built.

After a bit of work I got it to build, but the finished product, the .pyd/.py files, don&#039;t work...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to repeat this for building SVN 1.6.5, and I&#8217;ve had some strange problems that didn&#8217;t occur the first time around &#8211; I&#8217;ll investigate if it&#8217;s due to changing the SVN version, or if there&#8217;s a problem with the procedure.</p>
<p>Notable changes:<br />
- apr_* will build, but have 8-9 failed builds &#8211; the database modules won&#8217;t build unless you add in the proper libraries, which is outside the scope of this article, for now.<br />
- You might have to force VS2008 to recognize where your python.exe is found (Adding the path manually in options), otherwise some parts of the base library will build successfully (or so it seems), except there&#8217;s a line about not finding &#8220;python&#8221;, and nothing is really built.</p>
<p>After a bit of work I got it to build, but the finished product, the .pyd/.py files, don&#8217;t work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lejordet</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-44</link>
		<dc:creator>lejordet</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-44</guid>
		<description>Are you building all or just “__SWIG_PYTHON__”? I&#039;ll try this again to update a newer version, so I&#039;ll revise the steps if they&#039;ve become incorrect in the mean time.</description>
		<content:encoded><![CDATA[<p>Are you building all or just “__SWIG_PYTHON__”? I&#8217;ll try this again to update a newer version, so I&#8217;ll revise the steps if they&#8217;ve become incorrect in the mean time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-43</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-43</guid>
		<description>Interesting article, but I can&#039;t get past the Visual Studio step.

aprutil.dsw fails with 6 errors like:
7&gt;.\apr_dbd_mysql.c(29) : fatal error C1083: Cannot open include file: &#039;mysql.h&#039;: No such file or directory
8&gt;.\apr_dbd_freetds.c(39) : fatal error C1083: Cannot open include file: &#039;sybdb.h&#039;: No such file or directory

subversion_vcnet.sln compiles without errors, but doesn&#039;t create any files in C:\Temp\subversion-1.6.0\subversion\bindings\swig\python\. Only folders with names like python_repos, python_fs, etc.</description>
		<content:encoded><![CDATA[<p>Interesting article, but I can&#8217;t get past the Visual Studio step.</p>
<p>aprutil.dsw fails with 6 errors like:<br />
7&gt;.\apr_dbd_mysql.c(29) : fatal error C1083: Cannot open include file: &#8216;mysql.h&#8217;: No such file or directory<br />
8&gt;.\apr_dbd_freetds.c(39) : fatal error C1083: Cannot open include file: &#8216;sybdb.h&#8217;: No such file or directory</p>
<p>subversion_vcnet.sln compiles without errors, but doesn&#8217;t create any files in C:\Temp\subversion-1.6.0\subversion\bindings\swig\python\. Only folders with names like python_repos, python_fs, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Making a Trac install work on Apache 2.2/Python 2.6/win32 - Saved for later reference</title>
		<link>http://www.lejordet.com/2009/03/compiling-subversion-python-bindings-on-windows/comment-page-1/#comment-2</link>
		<dc:creator>Making a Trac install work on Apache 2.2/Python 2.6/win32 - Saved for later reference</dc:creator>
		<pubDate>Mon, 30 Mar 2009 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lejordet.com/?p=3#comment-2</guid>
		<description>[...] Follow my previous guide to compile and install Python SVN bindings. [...]</description>
		<content:encoded><![CDATA[<p>[...] Follow my previous guide to compile and install Python SVN bindings. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->