Modify ↓
Ticket #74 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
no trac.cgi in the distribution
| Reported by: | jburley@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.5 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by jonas
comment:2 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from new to 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?