#4541 closed defect (worksforme)
WebAdmin fails to install
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/web | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
There does not seem to be a setup script in TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip
I installed easy-install from the ez_setup.py script. I think easy-install is the latest version. The setup script said:
Installed /usr/lib/python2.4/site-packages/setuptools-0.6c5-py2.4.egg Processing dependencies for setuptools==0.6c5
I downloaded TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip and ran:
# easy_install TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip
Processing TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip
error: Couldn't find a setup script in TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
Component: | general → webadmin |
---|---|
Owner: | changed from | to
comment:2 by , 18 years ago
comment:3 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
You need to rename the files as the page says (from .egg.zip
to just .egg). When given a
.zip` file, easy_install assumes it is a source archive, not an egg.
A follow up. This is a packaging error. I browsed the source and got setup.py and setup.cfg from there. The package then installed with
python setup.py install
Both eggs labelled r4240 need to be repackaged to include all the files at the top level.