It is likely that you have a PYTHONPATH issue.
Check that either Trac has been installed in the site-packages
directory of your Python distribution, or define PYTHONPATH so that it
matches your environment.
Example: if Trac is installed in /some/path (i.e. "trac-admin" script
is in /some/path/scripts/trac-admin), define PYTHONPATH=/some/path
HTH,
Manu
On 5/25/06, Jon Savian <[EMAIL PROTECTED]> wrote:
When i try to run trac admin i get the following error. The trac
installation had no error messages though? How to fix?
Traceback (most recent call last):
File "./trac-admin", line 21, in ?
from trac.scripts.admin import run
ImportError: No module named trac.scripts.admin
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac
--
Manu
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac