Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77954
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'subject:IDLE': 0.04; 'subject:Python': 0.06; 'tries': 0.07; 'anymore.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'reproduce': 0.16; 'slash': 0.16; 'slash.': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'server,': 0.19; 'select': 0.22; 'header:User-Agent:1': 0.23; 'days,': 0.24; 'header:X-Complaints-To:1': 0.27; "i'm": 0.30; 'work.': 0.31; 'anyone': 0.31; 'open': 0.33; 'running': 0.33; 'subject:from': 0.34; 'problem': 0.35; 'problem.': 0.35; 'but': 0.35; 'add': 0.35; 'there': 0.35; 'idle': 0.36; 'ubuntu': 0.36; 'possible': 0.36; 'similar': 0.36; 'stopped': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'browser': 0.61; 'simply': 0.61; 'address': 0.63; 'bar)': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Peter Otten <__peter__@web.de> |
| Subject | Re: Python docs not accessible from IDLE |
| Date | Wed, 17 Sep 2014 11:45:43 +0200 |
| Organization | None |
| References | <lvbgs5$bo$1@ger.gmane.org> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| X-Gmane-NNTP-Posting-Host | p57bd9436.dip0.t-ipconnect.de |
| User-Agent | KNode/4.13.3 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14070.1410947164.18130.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1410947164 news.xs4all.nl 2849 [2001:888:2000:d::a6]:43201 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77954 |
Show key headers only | View raw
Wolfgang Maier wrote: > since a few days, when I select Help -> Python Docs from the IDLE menu, > the link to the documentation that it tries to open in my browser isn't > working anymore. > The URL IDLE uses (copied from the browser address bar) is : > docs.python.org/3.4 > and you have to add a terminal slash for it to work. > Now I don't know why it stopped working > (browser update, change on the python docs server, others? > I'm running idle-python3.4 on Ubuntu 14.04 and Firefox 32.0), > but a possible fix may be to simply make IDLE add the slash. > > Is there anyone else experiencing the same problem ? I have a similar configuration (Linux Mint 17 which is based on Ubuntu 14.04) and I cannot reproduce the problem.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python docs not accessible from IDLE Peter Otten <__peter__@web.de> - 2014-09-17 11:45 +0200
csiph-web