Modify ↓
Opened 22 years ago
Closed 22 years ago
#74 closed defect (fixed)
no trac.cgi in the distribution
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.5 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
It seems that there is no trac.cgi in the 0.5 dist. I had to get it from the SVN version.
I also posted commented about a bug in trac-admin, where f= file(filename,'r') is being used, instead of f = open(filename,'r')
(not certain if comments are being mailed or not)
.josh
Attachments (0)
Change History (2)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Should be fixed in [185].
Thanks!
Note:
See TracTickets
for help on using tickets.



Gah, we managed to mess up the 0.5 release after all. I've updated the trac-0.5.tar.gz file on the ftp server now.
Thanks for spotting this!
And regarding the trac-admin problem, which python version are you using?