Modify ↓
Opened 20 years ago
Closed 20 years ago
#2261 closed defect (worksforme)
trac-admin doesn't work ?
| Reported by: | anonymous | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.9b1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I'm trying to execute trac-admin script, but got only error:
trac-admin
Traceback (most recent call last):
File "./trac-admin", line 26, in ?
from trac.scripts.admin import run
ImportError: No module named trac.scripts.admin
I'm using OS Gentoo and trac-0.9b1
Attachments (0)
Change History (1)
comment:1 by , 20 years ago
| Milestone: | 0.9.1 |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Please double check that Trac is installed in a directory that can be reached by the Python engine (e.g.
/usr/lib/python2.3/site-packages/trac/scripts/admin.py), or define yourPYTHONPATHenvironment variable accordingly.