<?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: VirtualBox 3.1.2 with VBoxWeb on CentOS 5.4</title>
	<atom:link href="http://www.smoothblog.co.uk/2010/01/08/virtualbox-3-1-2-with-vboxweb-on-centos-5-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smoothblog.co.uk/2010/01/08/virtualbox-3-1-2-with-vboxweb-on-centos-5-4/</link>
	<description>Updated Technology News</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:32:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Ryan</title>
		<link>http://www.smoothblog.co.uk/2010/01/08/virtualbox-3-1-2-with-vboxweb-on-centos-5-4/comment-page-1/#comment-1868</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 06 May 2010 02:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smoothblog.co.uk/?p=3864#comment-1868</guid>
		<description>Ok, So I downloaded the RPM&#039;s induvidually from the CHL repo and installed them,
but still nae joy</description>
		<content:encoded><![CDATA[<p>Ok, So I downloaded the RPM&#8217;s induvidually from the CHL repo and installed them,<br />
but still nae joy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.smoothblog.co.uk/2010/01/08/virtualbox-3-1-2-with-vboxweb-on-centos-5-4/comment-page-1/#comment-1857</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 05 May 2010 10:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.smoothblog.co.uk/?p=3864#comment-1857</guid>
		<description>Do the rpm command in one line first.
If yum doesnt find the python26, then try and find the rpm&#039;s on the internet and then install them manually.
Then follow the other steps.
But yeah if you dont have python26 installed then you willl get the error you posted here.</description>
		<content:encoded><![CDATA[<p>Do the rpm command in one line first.<br />
If yum doesnt find the python26, then try and find the rpm&#8217;s on the internet and then install them manually.<br />
Then follow the other steps.<br />
But yeah if you dont have python26 installed then you willl get the error you posted here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.smoothblog.co.uk/2010/01/08/virtualbox-3-1-2-with-vboxweb-on-centos-5-4/comment-page-1/#comment-1854</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 05 May 2010 05:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.smoothblog.co.uk/?p=3864#comment-1854</guid>
		<description>Tried your instructions, there are a few problems with it.
The CHL repo seems to be broken
rpm -Uvh http://yum.chrislea.com/centos/5/i386/chl-release-5-3.noarch.rpm
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-CHL
These commands both work, but when I do a search for python26 or something it cant find it.
If I look at yum repolist it shows the CHL repo enabled but it still cant install any of the python packages
and when you do
root@snap vboxweb-read-only]# python26 VBoxWebSrv.py adduser user password
Traceback (most recent call last):
  File &quot;VBoxWebSrv.py&quot;, line 535, in 
    g_vboxManager = vboxapi.VirtualBoxManager(None, None)
  File &quot;/usr/lib/python2.6/site-packages/vboxapi/__init__.py&quot;, line 470, in __init__
    exec &quot;self.platform = Platform&quot;+style+&quot;(platparams)&quot;
  File &quot;&quot;, line 1, in 
  File &quot;/usr/lib/python2.6/site-packages/vboxapi/__init__.py&quot;, line 318, in __init__
    import xpcom.vboxxpcom
  File &quot;/usr/lib/virtualbox/sdk/bindings/xpcom/python/xpcom/vboxxpcom.py&quot;, line 51, in 
    raise Exception, &quot;Cannot find VBoxPython module&quot;
Exception: Cannot find VBoxPython module
which seems to be the problem everyone is having
any ideas?</description>
		<content:encoded><![CDATA[<p>Tried your instructions, there are a few problems with it.<br />
The CHL repo seems to be broken<br />
rpm -Uvh <a href="http://yum.chrislea.com/centos/5/i386/chl-release-5-3.noarch.rpm" rel="nofollow">http://yum.chrislea.com/centos/5/i386/chl-release-5-3.noarch.rpm</a><br />
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-CHL<br />
These commands both work, but when I do a search for python26 or something it cant find it.<br />
If I look at yum repolist it shows the CHL repo enabled but it still cant install any of the python packages<br />
and when you do<br />
root@snap vboxweb-read-only]# python26 VBoxWebSrv.py adduser user password<br />
Traceback (most recent call last):<br />
  File &#8220;VBoxWebSrv.py&#8221;, line 535, in<br />
    g_vboxManager = vboxapi.VirtualBoxManager(None, None)<br />
  File &#8220;/usr/lib/python2.6/site-packages/vboxapi/__init__.py&#8221;, line 470, in __init__<br />
    exec &#8220;self.platform = Platform&#8221;+style+&#8221;(platparams)&#8221;<br />
  File &#8220;&#8221;, line 1, in<br />
  File &#8220;/usr/lib/python2.6/site-packages/vboxapi/__init__.py&#8221;, line 318, in __init__<br />
    import xpcom.vboxxpcom<br />
  File &#8220;/usr/lib/virtualbox/sdk/bindings/xpcom/python/xpcom/vboxxpcom.py&#8221;, line 51, in<br />
    raise Exception, &#8220;Cannot find VBoxPython module&#8221;<br />
Exception: Cannot find VBoxPython module<br />
which seems to be the problem everyone is having<br />
any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VirtualBox 3.1.2 with VBoxWeb on CentOS 5.4 &#124; Smooth Blog &#124; Just linux！</title>
		<link>http://www.smoothblog.co.uk/2010/01/08/virtualbox-3-1-2-with-vboxweb-on-centos-5-4/comment-page-1/#comment-1172</link>
		<dc:creator>VirtualBox 3.1.2 with VBoxWeb on CentOS 5.4 &#124; Smooth Blog &#124; Just linux！</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.smoothblog.co.uk/?p=3864#comment-1172</guid>
		<description>[...] Read more here:  VirtualBox 3.1.2 with VBoxWeb on CentOS 5.4 &#124; Smooth Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more here:  VirtualBox 3.1.2 with VBoxWeb on CentOS 5.4 | Smooth Blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

