This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sandro.tosi
Recipients chris.jerdonek, docs@python, ezio.melotti, georg.brandl, python-dev, r.david.murray, sandro.tosi, tshepang
Date 2012-12-29.20:12:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAB4XWXyeWHw80v5Djr7Urmbqfv6OeV2qUes2XsPaVju+xgX4Lw@mail.gmail.com>
In-reply-to <1356811652.1.0.918241725051.issue16813@psf.upfronthosting.co.za>
Content
> Out of curiosity, does anyone know if the following works on all or most systems?
>
> $ open _build/html/index.html

it doesn't work on my Debian system:

$ open _build/html/index.html
Couldn't get a file descriptor referring to the console

as open is a link to "openvt - start a program on a new virtual terminal (VT)."
History
Date User Action Args
2012-12-29 20:12:31sandro.tosisetrecipients: + sandro.tosi, georg.brandl, ezio.melotti, r.david.murray, chris.jerdonek, docs@python, tshepang, python-dev
2012-12-29 20:12:31sandro.tosilinkissue16813 messages
2012-12-29 20:12:31sandro.tosicreate