<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Installing Trac with subversion on Cent OS 5</title>
	<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver</link>
	<description>Musings about technology from a Geek</description>
	<pubDate>Thu, 11 Mar 2010 04:36:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Michael</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4909</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 11 Jan 2010 13:42:34 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4909</guid>
		<description>No need to compile MySQL-python. It's in repo already.
Just run  yum -y install Install MySQL-python


And thanks in advance for manual!!!</description>
		<content:encoded><![CDATA[<p>No need to compile MySQL-python. It&#8217;s in repo already.<br />
Just run  yum -y install Install MySQL-python</p>
<p>And thanks in advance for manual!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giedrius</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4907</link>
		<dc:creator>Giedrius</dc:creator>
		<pubDate>Sun, 10 Jan 2010 10:35:46 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4907</guid>
		<description>Accessing the TRAC URL was giving a 500 Internal Server Error and complaining in the log about being unable to load Genshi.

Solution? Disable SELinux.

Alternatives?

I am trying to install in Centos: 5.4

Please, help :-)</description>
		<content:encoded><![CDATA[<p>Accessing the TRAC URL was giving a 500 Internal Server Error and complaining in the log about being unable to load Genshi.</p>
<p>Solution? Disable SELinux.</p>
<p>Alternatives?</p>
<p>I am trying to install in Centos: 5.4</p>
<p>Please, help <img src='http://www.techyouruniverse.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: endris</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4713</link>
		<dc:creator>endris</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:05:18 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4713</guid>
		<description>Works just fine !

But exists two pitfalls:
1. PythonHandler trac.web.mod python_frontend
change to:

PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend

2. Don't forget to give read/write permissions to $pathtoyourtracproject</description>
		<content:encoded><![CDATA[<p>Works just fine !</p>
<p>But exists two pitfalls:<br />
1. PythonHandler trac.web.mod python_frontend<br />
change to:</p>
<p>PythonInterpreter main_interpreter<br />
PythonHandler trac.web.modpython_frontend</p>
<p>2. Don&#8217;t forget to give read/write permissions to $pathtoyourtracproject</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danijel</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4710</link>
		<dc:creator>Danijel</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:09:26 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4710</guid>
		<description>I just upgraded my CentOS from 5.2 to 5.3... Didn't help.</description>
		<content:encoded><![CDATA[<p>I just upgraded my CentOS from 5.2 to 5.3&#8230; Didn&#8217;t help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danijel</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4709</link>
		<dc:creator>Danijel</dc:creator>
		<pubDate>Fri, 11 Sep 2009 07:35:57 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4709</guid>
		<description>Dawson, 
I get the same error as you while trying to build mysql-devel.

  

"...
.
.
.
_mysql.c:2491: error: ‘PyExc_AttributeError’ undeclared (first use in this function)
_mysql.c:2496: warning: implicit declaration of function ‘PyMember_Set’
_mysql.c: At top level:
_mysql.c:2513: error: expected declaration specifiers or ‘…’ before ‘PyObject’
_mysql.c: In function ‘_mysql_ResultObject_setattr’:
_mysql.c:2515: error: ‘v’ undeclared (first use in this function)
_mysql.c:2516: error: ‘PyExc_AttributeError’ undeclared (first use in this function)
_mysql.c: At top level:
_mysql.c:2534: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ConnectionObject_Type’
_mysql.c:2618: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ResultObject_Type’
_mysql.c:2704: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_methods’
_mysql.c:2776: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
_mysql.c:2808: warning: return type defaults to ‘int’
_mysql.c: In function ‘DL_EXPORT’:
_mysql.c:2808: error: expected declaration specifiers before ‘init_mysql’
_mysql.c:2886: error: expected ‘{’ at end of input
error: command ‘gcc’ failed with exit status 1"


I hope someone helps soon with this...</description>
		<content:encoded><![CDATA[<p>Dawson,<br />
I get the same error as you while trying to build mysql-devel.</p>
<p>"&#8230;<br />
.<br />
.<br />
.<br />
_mysql.c:2491: error: ‘PyExc_AttributeError’ undeclared (first use in this function)<br />
_mysql.c:2496: warning: implicit declaration of function ‘PyMember_Set’<br />
_mysql.c: At top level:<br />
_mysql.c:2513: error: expected declaration specifiers or ‘…’ before ‘PyObject’<br />
_mysql.c: In function ‘_mysql_ResultObject_setattr’:<br />
_mysql.c:2515: error: ‘v’ undeclared (first use in this function)<br />
_mysql.c:2516: error: ‘PyExc_AttributeError’ undeclared (first use in this function)<br />
_mysql.c: At top level:<br />
_mysql.c:2534: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ConnectionObject_Type’<br />
_mysql.c:2618: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_ResultObject_Type’<br />
_mysql.c:2704: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘_mysql_methods’<br />
_mysql.c:2776: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token<br />
_mysql.c:2808: warning: return type defaults to ‘int’<br />
_mysql.c: In function ‘DL_EXPORT’:<br />
_mysql.c:2808: error: expected declaration specifiers before ‘init_mysql’<br />
_mysql.c:2886: error: expected ‘{’ at end of input<br />
error: command ‘gcc’ failed with exit status 1&#8243;</p>
<p>I hope someone helps soon with this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bren</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4684</link>
		<dc:creator>Bren</dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:27:04 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4684</guid>
		<description>cubanitoweb, I had the same problem; This worked for me:

1) Download setuptools appropriate for your Python installation version:

e.g.: Mine was 2.4:

wget http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c9-py2.4.egg#md5=260a2be2e5388d66bdaee06abec6342a

2) Install via ssh

e.g.:
sh setuptools-0.6c9-py2.4.egg</description>
		<content:encoded><![CDATA[<p>cubanitoweb, I had the same problem; This worked for me:</p>
<p>1) Download setuptools appropriate for your Python installation version:</p>
<p>e.g.: Mine was 2.4:</p>
<p>wget <a href="http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c9-py2.4.egg#md5=260a2be2e5388d66bdaee06abec6342a" rel="nofollow">http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c9-py2.4.egg#md5=260a2be2e5388d66bdaee06abec6342a</a></p>
<p>2) Install via ssh</p>
<p>e.g.:<br />
sh setuptools-0.6c9-py2.4.egg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cubanitoweb</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4468</link>
		<dc:creator>cubanitoweb</dc:creator>
		<pubDate>Sun, 30 Aug 2009 08:42:29 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4468</guid>
		<description>Please, help me. My english is no good.

I am new on CentOS and Iam trying to install trac on CentOS 5 web server.
At your step-by-step guide, in 

python setup.py build &#38;&#38; python setup.py install

I get an error:

Traceback (most recent call last):
  File "setup.py", line 5, in ?
    from setuptools import setup, Extension
ImportError: No module named setuptools

Can you help me?

Thanks</description>
		<content:encoded><![CDATA[<p>Please, help me. My english is no good.</p>
<p>I am new on CentOS and Iam trying to install trac on CentOS 5 web server.<br />
At your step-by-step guide, in </p>
<p>python setup.py build &amp;&amp; python setup.py install</p>
<p>I get an error:</p>
<p>Traceback (most recent call last):<br />
  File "setup.py", line 5, in ?<br />
    from setuptools import setup, Extension<br />
ImportError: No module named setuptools</p>
<p>Can you help me?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lionel</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4396</link>
		<dc:creator>Lionel</dc:creator>
		<pubDate>Thu, 09 Jul 2009 05:13:14 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4396</guid>
		<description>Hi,
Thanks for your tutorial, I have a small problem I installed both svn and trac, but when i go to localhost/trac if i set my repo to /var/www/svn/myproject it will keep asking me for a password, if i put it to my trac it will of course tell me that the path is not a svn repo.
any idea?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for your tutorial, I have a small problem I installed both svn and trac, but when i go to localhost/trac if i set my repo to /var/www/svn/myproject it will keep asking me for a password, if i put it to my trac it will of course tell me that the path is not a svn repo.<br />
any idea?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghava</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4341</link>
		<dc:creator>raghava</dc:creator>
		<pubDate>Fri, 19 Jun 2009 13:59:54 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4341</guid>
		<description>I have centos 4.7(final), python 2.3.4, and i am trying to install the trac 0.11.4, while configured every thing i got this error on the browser window. can any body help me......


Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/Trac-0.11.4-py2.3.egg/trac/web/api.py", line 367, in send_error
    'text/html')
.
.
 
  File "/usr/lib/python2.3/site-packages/Trac-0.11.4-py2.3.egg/trac/db/api.py", line 111, in _parse_db_str
    scheme, rest = db_str.split(':', 1)
ValueError: unpack list of wrong size

raghava.</description>
		<content:encoded><![CDATA[<p>I have centos 4.7(final), python 2.3.4, and i am trying to install the trac 0.11.4, while configured every thing i got this error on the browser window. can any body help me&#8230;&#8230;</p>
<p>Traceback (most recent call last):<br />
  File "/usr/lib/python2.3/site-packages/Trac-0.11.4-py2.3.egg/trac/web/api.py", line 367, in send_error<br />
    &#8216;text/html&#8217;)<br />
.<br />
.</p>
<p>  File "/usr/lib/python2.3/site-packages/Trac-0.11.4-py2.3.egg/trac/db/api.py", line 111, in _parse_db_str<br />
    scheme, rest = db_str.split(&#8217;:', 1)<br />
ValueError: unpack list of wrong size</p>
<p>raghava.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aldo</title>
		<link>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4328</link>
		<dc:creator>aldo</dc:creator>
		<pubDate>Wed, 17 Jun 2009 07:07:58 +0000</pubDate>
		<guid>http://www.techyouruniverse.com/software/installing-trac-with-subversion-on-cent-os-5-with-neon-and-quicksilver#comment-4328</guid>
		<description>very great tutorial! thanks!</description>
		<content:encoded><![CDATA[<p>very great tutorial! thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
