Opened 15 years ago
Closed 15 years ago
#310 closed defect (invalid)
Your documentation is fraught with errors for Windoze
Reported by: | cindy.nelson@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | General | Version: | 0.5.1 |
Keywords: | Cc: |
Description
I realize that most people using Trac are Linux users. I would also prefer to use Linux but in this case I have to use Windoze. Be that as it may, your tutorial does not work. For example
from geddit.model import Link, Comment
should be
from model import Link, Comment
It would not compile per your directions, since the two files controller.py and model.py are in the same folder per your instructions.
There is only one thing worse than having to work on a Windoze platform and that is dealing with a sloppy port to Windoze from Linux.
Also the index.html page does not render correctly. I am about to look into your mistakes in that.
A very unhappy user.
Change History (1)
comment:1 Changed 15 years ago by cboos
- Milestone 0.6 deleted
- Resolution set to invalid
- Status changed from new to closed
See #312.