TBZR's setup.py doesn't work with Python based Bazaar installer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TortoiseBZR |
New
|
Undecided
|
Unassigned |
Bug Description
In setup.py (around line 75) it is expected that there is a file "rst2html.py" in "bzrlib\..\tools\" and a file "default.css" in "bzrlib\..\tools\".
If you install Bazaar using the Python based installer (e.g. "bzr-2.
TortoiseBazaar expects the folder structure of the source release of Bazaar. In my opinion, it should be possible to build TortoiseBazaar without requiring the source of Bazaar.
My suggestion: The source of TortoiseBazaar should ship with its own "rst2html.py" and "default.css" files and use these.
What do you think about this?