Modify ↓
#4602 closed defect (worksforme)
error on easy_install for tags plugin
Reported by: | anonymous | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | install |
Cc: | Trac Release: | 0.11 |
Description
following the instructions on the wiki page TagsPlugin :
Using easy_install:
easy_install http://trac-hacks.org/svn/tagsplugin/tags/0.6
didn't work, I got a message:
error: Unexpected HTML page found at http://trac-hacks.org/svn/tagsplugin/tags/0.6
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 follow-up: 3 Changed 16 years ago by
...so what you do is;
sudo easy_install -U setuptools
comment:3 Changed 16 years ago by
Replying to anonymous:
...so what you do is;
sudo easy_install -U setuptools
This did work fine for me, too! It looks like my easy_install was broken.
Note: See
TracTickets for help on using
tickets.
This works fine for me. At a guess I'd say your
easy_install
is borked.