Opened 13 years ago
Closed 13 years ago
#30742 closed defect (fixed)
Spyder 2.0.12 Embedded Docs fix
Reported by: | mbrethen@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | ||
Port: |
Description
The embedded docs will not launch from within spyder. The developer discovered the problem and it's quite simple: they forgot to add the file protocol
file://
to the URL pointing to index.html, so the MacOS didn't know how to handle it. I'm attaching a patch for affected spyder ports.
Syperlib Issue 720 URL: http://code.google.com/p/spyderlib/issues/detail?id=720
Attachments (1)
Change History (2)
Changed 13 years ago by mbrethen@…
Attachment: | patch-spyderlib-spyder.py.diff added |
---|
comment:1 Changed 13 years ago by eborisch (Eric A. Borisch)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was already fixed in MacPorts (before the upstream fix; btw) in r82279 (2.0.12_3) -- a 'selfupdate' and 'upgrade outdated' should take care of this, as well as a few other (QT apps and python docs) missing 'file://' issues.
Note that py26-spyder is waiting for #30720 (or maintainer timeout; currently ~ two days old) to get upgraded and patched.