trying to install trac on dreamhost
Posted by: somekool
Posted on: 2006-03-22 16:05:00
I'm following the Wiki page found at http://wiki.dreamhost.com/index.php/Trac
I'm trying to install trac 9.4, which is the latest stable.
but I'm having couple of problem.... there is no system wide trac, so I had to do a manual install in my home directory using ....
python setup.py install --prefix=$HOME
this worked well
now, I'm trying to create my first trac environment
here is what I get....
[sepulveda] ~$ trac-admin trac/justcompetent initenv
Traceback (most recent call last):
File "/home/somekool/bin/trac-admin", line 21, in ?
from trac.scripts.admin import run
ImportError: No module named trac.scripts.admin
[sepulveda] ~$
please help.
thanks