<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning is an Art &#187; python.h</title>
	<atom:link href="http://www.singhvishwajeet.com/tag/python-h/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.singhvishwajeet.com</link>
	<description>My experiences</description>
	<lastBuildDate>Thu, 02 Sep 2010 23:56:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Solving the build error Python.h: No such file or directory on Ubuntu</title>
		<link>http://www.singhvishwajeet.com/2009/09/16/solving-the-build-error-python-h-no-such-file-or-directory-on-ubuntu/</link>
		<comments>http://www.singhvishwajeet.com/2009/09/16/solving-the-build-error-python-h-no-such-file-or-directory-on-ubuntu/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:45:05 +0000</pubDate>
		<dc:creator>Vishwajeet Singh</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[python.h]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.singhvishwajeet.com/?p=172</guid>
		<description><![CDATA[ [...]]]></description>
			<content:encoded><![CDATA[<p>I was struggling due to this problem for two days now and got the solution just now so thought I will share it<br />
with you all; as I don&#8217;t want anyone else to land up in trouble as i did so I am using Hardy and was trying to build <a title="subvertpy" href="http://samba.org/~jelmer/subvertpy/" target="_blank">subvertpy</a> from source as the package was not available for same.</p>
<p>The problem occurs due to absence of Python development headers as many python modules have dependency on  Python development headers to compile.</p>
<p>Solution is to install development headers using package manager; open the terminal and issue the following commands</p>
<div class="codesnip-container" >sudo apt-cache search python</div>
<p>and select the package that matches your installation as in my case it is python2.5-dev; issue the following command to install it</p>
<div class="codesnip-container" >sudo apt-get install python2.5-dev</div>
<p>This will install development headers in /usr/include/python2.5 and now you can build your python module successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singhvishwajeet.com/2009/09/16/solving-the-build-error-python-h-no-such-file-or-directory-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
