Opened 15 years ago
Last modified 5 years ago
#8361 new defect
cannot find file trac-digest.py
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | general | Version: | 0.11 |
Severity: | normal | Keywords: | installer bitesized |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I've installed trac 0.11 with python 2.5.4 on windows 2008 server. i've followed all the instructions in method2 (TracOnWindows) with no errors. however i'm not able to do the following
- cannot setup admin,
python trac-digest.py -u adm -p adm >> c:\digest.txt
gives the error - cannot fild trac-digest.py please suggest how i can rectify this issue.
- even when i setup a project environment is gives the error -
please see the attached screen shot. Please suggest how i can get Trac up and running
Attachments (0)
Change History (11)
comment:1 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Keywords: | installer added |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
I think this has been brought up before on the MailingList, and the reason was that trac-digest.py (htdigest.py actually) is part of the contrib and this doesn't get installed when using the bdist_wininst installer.
I wonder if we shouldn't fix this and find a place to install those contrib files. At the very least mention where to find them, in TracOnWindows.
And there's a similar issue with the sample-plugins, if I'm not mistaken.
Opinions?
comment:3 by , 15 years ago
They would typically go into /usr/share/trac
on *nix, but I don't know where they would fit on Windows. No idea how to make setuptools place them at the right location for all platforms either. How do you install documentation with setuptools?
We could also just install the executables in the same way as tracd
and trac-admin
, and place the sample plugins into a tracext
package. Yeah, I think I like the tracext
package. Reminds me of Mercurial.
comment:4 by , 15 years ago
Milestone: | → 0.12.1 |
---|
comment:5 by , 10 years ago
Milestone: | next-minor-0.12.x → next-stable-1.0.x |
---|
comment:6 by , 10 years ago
Description: | modified (diff) |
---|---|
Milestone: | next-stable-1.0.x → next-dev-1.1.x |
comment:7 by , 10 years ago
Keywords: | bitesized added |
---|
comment:8:ticket:10975 suggests the possibility of moving htpasswd.py
and htdigest.py
to the trac
package. I'm considering that they should go in trac.auth
, or trac.account
(with the possible future integration of AccountManagerPlugin).
comment:8 by , 10 years ago
Status: | reopened → new |
---|
comment:9 by , 9 years ago
Milestone: | next-dev-1.1.x → next-dev-1.3.x |
---|
Narrowing focus for milestone:1.2. Please move ticket to milestone:1.2 if you intend to fix it.
comment:11 by , 5 years ago
Milestone: | next-dev-1.5.x → next-major-releases |
---|
This is an InstallationIssue. Please ask on the MailingList or on the IrcChannel.