<?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"
	>
<channel>
	<title>Comments on: DBus Testing Framework</title>
	<atom:link href="http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework/feed" rel="self" type="application/rss+xml" />
	<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework</link>
	<description>a.k.a kikidonk — Scabreusement Hype</description>
	<pubDate>Fri, 21 Nov 2008 11:18:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Johnicholas</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-16803</link>
		<dc:creator>Johnicholas</dc:creator>
		<pubDate>Sun, 27 Jul 2008 13:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-16803</guid>
		<description>Link is still dead, 500 internal server error.</description>
		<content:encoded><![CDATA[<p>Link is still dead, 500 internal server error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quaid</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-16483</link>
		<dc:creator>Quaid</dc:creator>
		<pubDate>Mon, 01 Oct 2007 07:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-16483</guid>
		<description>Link is dead</description>
		<content:encoded><![CDATA[<p>Link is dead</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeekay</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-6419</link>
		<dc:creator>zeekay</dc:creator>
		<pubDate>Tue, 21 Nov 2006 21:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-6419</guid>
		<description>Hi,
usefull framework but I have one question:
what is the licence of the software.
I cannot find anything or ... overlook something.

Waiting for the answer.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
usefull framework but I have one question:<br />
what is the licence of the software.<br />
I cannot find anything or &#8230; overlook something.</p>
<p>Waiting for the answer.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphaël Slinckx</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-4504</link>
		<dc:creator>Raphaël Slinckx</dc:creator>
		<pubDate>Tue, 29 Aug 2006 14:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-4504</guid>
		<description>Depending on your distro, the package containing gobject is the python-gobject package, or the python-gtk or pygtk, or pygobject, or combinations of the previous.</description>
		<content:encoded><![CDATA[<p>Depending on your distro, the package containing gobject is the python-gobject package, or the python-gtk or pygtk, or pygobject, or combinations of the previous.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Sas</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-4503</link>
		<dc:creator>Ivan Sas</dc:creator>
		<pubDate>Tue, 29 Aug 2006 14:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-4503</guid>
		<description>I have a small question about “dbustesting.py”. 
What library I should install to have "gobject" python module. 
By now, running “dbustesting.py” puts: 
  Traceback (most recent call last):
     File “dbustesting.py”, line 7, in ?
             Import gobject
  ImportError: No module named gobject

Thank you.</description>
		<content:encoded><![CDATA[<p>I have a small question about “dbustesting.py”.<br />
What library I should install to have &#8220;gobject&#8221; python module.<br />
By now, running “dbustesting.py” puts:<br />
  Traceback (most recent call last):<br />
     File “dbustesting.py”, line 7, in ?<br />
             Import gobject<br />
  ImportError: No module named gobject</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean-françois rameau</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-595</link>
		<dc:creator>jean-françois rameau</dc:creator>
		<pubDate>Mon, 06 Mar 2006 20:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-595</guid>
		<description>There's a typo in your text: http://raphael.slinckx.net/files/dbustesting-smaple.py should point to http://raphael.slinckx.net/files/dbustesting-sample.py

Nice work. I'm using it to test heavely net-monitor in epiphany :)</description>
		<content:encoded><![CDATA[<p>There&#8217;s a typo in your text: <a href="http://raphael.slinckx.net/files/dbustesting-smaple.py" rel="nofollow">http://raphael.slinckx.net/files/dbustesting-smaple.py</a> should point to <a href="http://raphael.slinckx.net/files/dbustesting-sample.py" rel="nofollow">http://raphael.slinckx.net/files/dbustesting-sample.py</a></p>
<p>Nice work. I&#8217;m using it to test heavely net-monitor in epiphany <img src='http://raphael.slinckx.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Taylor</title>
		<link>http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-586</link>
		<dc:creator>Rob Taylor</dc:creator>
		<pubDate>Mon, 06 Mar 2006 04:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://raphael.slinckx.net/blog/2006-03-06/dbus-testing-framework#comment-586</guid>
		<description>Damn you, you cheeky monkey! Good work tho...</description>
		<content:encoded><![CDATA[<p>Damn you, you cheeky monkey! Good work tho&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
