Ticket #74 (defect)
Opened 4 years ago
Last modified 3 years ago
installer doesn't copy tutorial.conf to tutorial directory
Status: closed (fixed)
| Reported by: | anonymous | Assigned to: | cribeiro |
|---|---|---|---|
| Priority: | low | Milestone: | 2.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
When cherrypy is installed, the tutorial.conf file is not copied to the tutorial directory along with the tutorials.
Attachments
Change History
02/09/05 16:44:01: Modified by rboerma
02/12/05 08:08:28: Modified by rboerma
- owner changed from rdelon to cribeiro.
Tried to resolve the issue in [147]. Carlos will do some testing.
06/11/05 17:47:15: Modified by lawouach
- status changed from new to closed.
- resolution set to fixed.
Fixed in changeset 290.
Fixed the MANIFEST.in file. Now the final distribution built via python setup.py sdist contains all configuration files from the tutorail directory
07/21/05 10:17:38: Modified by dowski
- status changed from closed to reopened.
- resolution deleted.
- milestone changed from 2.0-beta to 2.1.
Reopening this because tutorial.conf and other non .py files are still missing when "python setup.py install" is run.
Adding them to MANIFEST.in does correctly add them to the built distribution, but not to the installed package.
I will attach a patch to setup.py that will (hopefully) correct this.
07/21/05 10:18:38: Modified by dowski
- attachment setup.py.patch added.
patch for setup.py to install tutorial.conf and other non .py files
07/24/05 02:16:06: Modified by fumanchu
- status changed from reopened to closed.
- resolution set to fixed.
Fixed in changeset [492].


until it's fixed, find it here