Changes between Version 1 and Version 2 of Ticket #1033
- Timestamp:
- 2010-05-09T21:43:55Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1033 – Description
v1 v2 1 When Tahoe is built from darcs checkout, the *.xhtml and tahoe.css from web directory are not copied to build/lib/allmydata/web.1 When Tahoe is installed using {{{setup.py install}}} from a darcs checkout, the *.xhtml and tahoe.css from web directory are not copied to lib/allmydata/web. 2 2 3 3 The result is that the web interface cannot be used, because of the missing files. … … 6 6 7 7 It works in these cases (Windows): 8 9 - Installing tahoe from tarballs 10 11 - Creating tarballs with "python setup.py sdist" 8 * Installing tahoe from tarballs 9 * Creating tarballs with "python setup.py sdist" 10 * Running {{{bin/tahoe}}} from the source directory 12 11 13 12 Tested with python2.6