<?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: FreeBSD update front end first cut</title>
	<atom:link href="http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/feed/" rel="self" type="application/rss+xml" />
	<link>http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/</link>
	<description>Me ranting about Stuff</description>
	<lastBuildDate>Tue, 17 Feb 2009 12:42:20 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sbz</title>
		<link>http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/comment-page-1/#comment-1223</link>
		<dc:creator>sbz</dc:creator>
		<pubDate>Mon, 19 Nov 2007 18:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/#comment-1223</guid>
		<description>Ok, so i wait your port integration :). And thanks to you in reading facund source I discover the C unit framework libcheck.</description>
		<content:encoded><![CDATA[<p>Ok, so i wait your port integration <img src='http://fubar.geek.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . And thanks to you in reading facund source I discover the C unit framework libcheck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/comment-page-1/#comment-1199</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Sat, 17 Nov 2007 10:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/#comment-1199</guid>
		<description>Sbz, it looks like Facund is missing some files in subversion. I&#039;m rewriting the GUI code so this should be fixed soon. I&#039;m also planning on working on the back end to add tests. When both of these are done I&#039;m planning on working on creating ports for the front and back end.</description>
		<content:encoded><![CDATA[<p>Sbz, it looks like Facund is missing some files in subversion. I&#8217;m rewriting the GUI code so this should be fixed soon. I&#8217;m also planning on working on the back end to add tests. When both of these are done I&#8217;m planning on working on creating ports for the front and back end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbz</title>
		<link>http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/comment-page-1/#comment-1188</link>
		<dc:creator>sbz</dc:creator>
		<pubDate>Fri, 16 Nov 2007 01:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/#comment-1188</guid>
		<description>Hi Andrew, i try to test facund, so i checkout the trunk of project from berlios.de, i test run it, and i have a problem when launching python facund.py , i think i forgot to add a python module but i don&#039;t know what module.

 (sbz@atemi:~/trunk/frontend) % python facund.py
Traceback (most recent call last):
  File &quot;facund.py&quot;, line 30, in 
    import facund, facund.gui, facund.network
  File &quot;/usr/home/sbz/trunk/frontend/facund/gui/__init__.py&quot;, line 28, in 
    from connection_dialog import ConnectionDialog
ImportError: No module named connection_dialog

Can you assist me, please ?

I have these current modules installed and i run FreeBSD 7.0-BETA2

py25-cairo-1.4.0_1  Python bindings for Cairo
py25-dbus-0.82.3    Python bindings for the D-BUS messaging system
py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho
py25-gnome-2.20.0   A set of Python bindings for GNOME 2
py25-gnome-desktop-2.20.0 A set of Python bindings used by modules in the GNOME Deskt
py25-gobject-2.14.0 Python bindings for GObject
py25-gtk-2.12.0     A set of Python bindings for GTK+
py25-gtksourceview-2.0.0 A python bindings for the version 2 of the GtkSourceView li
py25-libxml2-2.6.30 Python interface for XML parser library for GNOME
py25-numeric-24.2   The Numeric Extension to Python
py25-orbit-2.14.3   Python bindings for ORBit2
python25-2.5.1_1    An interpreted object-oriented programming language
ruby18-bdb-0.6.2    Ruby interface to Sleepycat&#039;s Berkeley DB revision 2 or lat
xdpyinfo-1.0.2      Display information utility for X

Thanks in advance to you.</description>
		<content:encoded><![CDATA[<p>Hi Andrew, i try to test facund, so i checkout the trunk of project from berlios.de, i test run it, and i have a problem when launching python facund.py , i think i forgot to add a python module but i don&#8217;t know what module.</p>
<p> (sbz@atemi:~/trunk/frontend) % python facund.py<br />
Traceback (most recent call last):<br />
  File &#8220;facund.py&#8221;, line 30, in<br />
    import facund, facund.gui, facund.network<br />
  File &#8220;/usr/home/sbz/trunk/frontend/facund/gui/__init__.py&#8221;, line 28, in<br />
    from connection_dialog import ConnectionDialog<br />
ImportError: No module named connection_dialog</p>
<p>Can you assist me, please ?</p>
<p>I have these current modules installed and i run FreeBSD 7.0-BETA2</p>
<p>py25-cairo-1.4.0_1  Python bindings for Cairo<br />
py25-dbus-0.82.3    Python bindings for the D-BUS messaging system<br />
py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho<br />
py25-gnome-2.20.0   A set of Python bindings for GNOME 2<br />
py25-gnome-desktop-2.20.0 A set of Python bindings used by modules in the GNOME Deskt<br />
py25-gobject-2.14.0 Python bindings for GObject<br />
py25-gtk-2.12.0     A set of Python bindings for GTK+<br />
py25-gtksourceview-2.0.0 A python bindings for the version 2 of the GtkSourceView li<br />
py25-libxml2-2.6.30 Python interface for XML parser library for GNOME<br />
py25-numeric-24.2   The Numeric Extension to Python<br />
py25-orbit-2.14.3   Python bindings for ORBit2<br />
python25-2.5.1_1    An interpreted object-oriented programming language<br />
ruby18-bdb-0.6.2    Ruby interface to Sleepycat&#8217;s Berkeley DB revision 2 or lat<br />
xdpyinfo-1.0.2      Display information utility for X</p>
<p>Thanks in advance to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/comment-page-1/#comment-958</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 22 Sep 2007 13:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://fubar.geek.nz/blog/2007/06/10/freebsd-update-front-end-first-cut/#comment-958</guid>
		<description>The community demands screenshots! :)</description>
		<content:encoded><![CDATA[<p>The community demands screenshots! <img src='http://fubar.geek.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
