Modify ↓
Ticket #413 (closed defect: duplicate)
Opened 8 years ago
Last modified 5 years ago
Installing on Windows, drive other than C:
| Reported by: | daragh@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | 0.7 |
| Severity: | major | Keywords: | windows |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
trac-admin initenv will not correctly sense that it is being run on the D: drive, and so the defaults are incorrect, and the wiki will not load properly
Attachments
Change History
comment:1 Changed 8 years ago by daragh@…
comment:2 Changed 8 years ago by daragh@…
siteconfig.py also incorrectly shows c:
I noted a reference to distutils in other ticket (367), which this can be merged with.
comment:3 Changed 7 years ago by cmlenz
- Resolution set to duplicate
- Status changed from new to closed
This is a duplicate of #367.
Note: See
TracTickets for help on using
tickets.



This also has the effect that any python files that have "#!c:\Python23\python.exe" at the beginning will not work (specifically trac.cgi)