<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arbo's Weblog</title>
	<atom:link href="http://arbo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arbo.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 08:49:58 +0000</lastBuildDate>
	<language>nl</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='arbo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Arbo's Weblog</title>
		<link>http://arbo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arbo.wordpress.com/osd.xml" title="Arbo&#039;s Weblog" />
	<atom:link rel='hub' href='http://arbo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Qt compilation on a fresh Ubuntu 11.10</title>
		<link>http://arbo.wordpress.com/2012/01/28/qt-compilation-on-a-fresh-ubuntu-11-10/</link>
		<comments>http://arbo.wordpress.com/2012/01/28/qt-compilation-on-a-fresh-ubuntu-11-10/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 08:49:56 +0000</pubDate>
		<dc:creator>arbo</dc:creator>
				<category><![CDATA[Zonder categorie]]></category>

		<guid isPermaLink="false">http://arbo.wordpress.com/?p=28</guid>
		<description><![CDATA[After I installed a fresh copy of Ubuntu&#8217;s 11.10 version on my laptop, one of the first tasks (after installing gvim of course) was getting Qt on my machine. Turned out it was a bit more painful than the docs describe&#8230; Due to the deployment issues at work, I&#8217;m currently bound of using Qt 4.7.4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbo.wordpress.com&amp;blog=2595663&amp;post=28&amp;subd=arbo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After I installed a fresh copy of Ubuntu&#8217;s 11.10 version on my laptop, one of the first tasks (after installing gvim of course) was getting Qt on my machine.</p>
<p>Turned out it was a bit more painful than the docs describe&#8230;</p>
<p>Due to the deployment issues at work, I&#8217;m currently bound of using Qt 4.7.4 rather than the newest kid in town, being 4.8.0.  Therefor I was forced to compile the whole lot from source.</p>
<p>Gcc is installed straight out of the box, but the &#8216;build-essential&#8217; tools are required, else you can&#8217;t actually compile:</p>
<p>The docs then dictate to ./configure, make and sudo make install.  And I did.  After an hour of 2 or 3 (who keeps track, right), I launched qtconfig.</p>
<p>I noticed Qt used a double spaced font &#8216;Batang&#8217;, and I couldn&#8217;t set it to a more decent (like in readable) font&#8230;</p>
<p>Some google searches later I learned that you need to configure it with the -fontconfig, in order to use the anti-aliased fonts of your Ubuntu installation.  If you just run &#8216;make clean &amp;&amp; ./configure -fontconfig&#8217; you&#8217;ll get a configuration error that &#8216;FontConfig support cannot be enabled due to functionality tests!&#8217;.  Bollocks.</p>
<p>To get rid of that problem, you&#8217;ll need to &#8216;sudo apt-get install libfontconfig1-dev&#8217;, and then configure the Qt source with the fontconfig option enabled, and you&#8217;ll be all set up and good to go.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbo.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbo.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbo.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbo.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbo.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbo.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbo.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbo.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbo.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbo.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbo.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbo.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbo.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbo.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbo.wordpress.com&amp;blog=2595663&amp;post=28&amp;subd=arbo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbo.wordpress.com/2012/01/28/qt-compilation-on-a-fresh-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/502eb5aaedc654ecb045086ef50e008b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arbo</media:title>
		</media:content>
	</item>
		<item>
		<title>Python 32-bit execution on Snow Leopard using virtualenv</title>
		<link>http://arbo.wordpress.com/2010/02/28/python-32-bit-execution-on-snow-leopard-using-virtualenv/</link>
		<comments>http://arbo.wordpress.com/2010/02/28/python-32-bit-execution-on-snow-leopard-using-virtualenv/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 16:14:22 +0000</pubDate>
		<dc:creator>arbo</dc:creator>
				<category><![CDATA[Zonder categorie]]></category>

		<guid isPermaLink="false">http://arbo.wordpress.com/?p=24</guid>
		<description><![CDATA[One of the first things I wanted to do when I bought my new Imac, was installing PyQt4, because we are going to use this at work. Because I didn&#8217;t want to pollute my shiny new system, I decided to use the virtualenv technology. After reading the documentation, I found out it wasn&#8217;t as evident [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbo.wordpress.com&amp;blog=2595663&amp;post=24&amp;subd=arbo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the first things I wanted to do when I bought my new Imac, was installing PyQt4, because we are going to use this at work.</p>
<p>Because I didn&#8217;t want to pollute my shiny new system, I decided to use the <a title="virtualenv" href="http://pypi.python.org/pypi/virtualenv" target="_blank">virtualenv</a> technology.</p>
<p>After reading the documentation, I found out it wasn&#8217;t as evident as I thought it was going to be.</p>
<p>In order to install PyQt4 on Snow Leopard, you&#8217;ll need to install QT.  Easy enough, as this is simply installing a dmg.  However, as far as I know this is installed systemwide, and thus not only in a virtual environment.  Not exactly a problem for me.</p>
<p>Then I created a new virtual environment:</p>
<blockquote><p>cd ~/environments/</p>
<p>virtualenv PyQt4</p></blockquote>
<p>Then we can enter the new virtual environment:</p>
<blockquote><p>cd ~/environments/PyQt4</p>
<p>source bin/activate</p></blockquote>
<p>Then I downloaded <a title="sip" href="http://www.riverbankcomputing.co.uk/software/sip/download" target="_blank">sip</a> and <a title="PyQt4" href="http://www.riverbankcomputing.co.uk/software/pyqt/download" target="_blank">PyQt4</a> sources for MacOS X and unpacked them.</p>
<p>Because (the already installed) is only availble in a 32-bit version, and Snow Leopard is 64-bit by default, we have to configure both packages to work as 32-bit.  First sip:</p>
<blockquote><p>cd sip-4.10</p>
<p>python configure.py &#8211;destdir /Users/bram/Development/python/environments/PyQt4/lib/ &#8211;bindir /Users/bram/Development/python/environments/PyQt4/bin/ &#8211;incdir /Users/bram/Development/python/environments/PyQt4/include/ &#8211;arch i386<br />
make</p>
<p>make install</p></blockquote>
<p>This will configure sip inside the virtual environment, without polluting the entire system.  Please note the &#8211;arch i386 parameter, which is necessary for PyQt4 to compile without errors in the next step:</p>
<blockquote><p>cd ../yQt-mac-gpl-4.7</p>
<p>python configure.py &#8211;destdir /Users/bram/Development/python/environments/PyQt4/lib/ &#8211;bindir /Users/bram/Development/python/environments/PyQt4/bin/ &#8211;use-arch i386</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arbo.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arbo.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arbo.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arbo.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arbo.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arbo.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arbo.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arbo.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arbo.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arbo.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arbo.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arbo.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arbo.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arbo.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arbo.wordpress.com&amp;blog=2595663&amp;post=24&amp;subd=arbo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arbo.wordpress.com/2010/02/28/python-32-bit-execution-on-snow-leopard-using-virtualenv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/502eb5aaedc654ecb045086ef50e008b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arbo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
