Modify ↓
#5779 closed defect (invalid)
running sudo python setup.py install under /example/oss always gets Unexpected HTML error
Reported by: | omry | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | high | Component: | TracLegosScript |
Severity: | blocker | Keywords: | html, egg, failure |
Cc: | Trac Release: | 0.11 |
Description
running sudo python setup.py install under /example/oss always gets this
Best match: icalexporter [unknown version] Downloading http://trac-hacks.org/svn/icalexporterplugin/0.11#egg=icalexporter error: Unexpected HTML page found at http://trac-hacks.org/svn/icalexporterplugin/0.11#egg=icalexporter
this is not particular to icalexporter. Its every plugin thats listed as required and I don't have under the setup.py.
Sure, I could go and manually install each plugin, but doesn't that defeat the point?
Attachments (0)
Change History (5)
comment:1 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:4 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
comment:5 follow-up: 6 Changed 15 years ago by
gotcha. would it be possible to remove my email from the ticket? trac-hacks still uses 0.10 and does not obfuscate the email address.
comment:6 Changed 15 years ago by
Replying to omry:
gotcha. would it be possible to remove my email from the ticket? trac-hacks still uses 0.10 and does not obfuscate the email address.
you'd have to contact wiki:otaku42 for that
Note: See
TracTickets for help on using
tickets.
Replying to omry:
I'm not sure as I didn't close it (I really wish anonymous couldn't change ticket status). The bug is in fact a setuptools bug. trac-hacks runs svn 1.5. Older versions of setuptools couldn't deal with this. I'm too lazy to google for the bug now, but that is in fact what's going on.