summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-10-20 08:32:21 -0700
committerGitHub <noreply@github.com>2018-10-20 08:32:21 -0700
commitb53edb12f7176c58960d5ebaf48e740bea72a500 (patch)
tree7108df83fa6288c3f02b9ea87920969da4e51c69 /Doc
parent2bad7acdfebb87a6eef238a7acca636cfb648a02 (diff)
downloadcpython-git-b53edb12f7176c58960d5ebaf48e740bea72a500.tar.gz
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
https://bugs.python.org/issue35032 (cherry picked from commit d262250d0732bdf36cb92091e37360cf8ff40f7c) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/faq/windows.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/Doc/faq/windows.rst b/Doc/faq/windows.rst
index f8e23cf69c..7f0c955baa 100644
--- a/Doc/faq/windows.rst
+++ b/Doc/faq/windows.rst
@@ -17,18 +17,6 @@ This is not necessarily a straightforward question. If you are already familiar
with running programs from the Windows command line then everything will seem
obvious; otherwise, you might need a little more guidance.
-.. sidebar:: |Python Development on XP|_
- :subtitle: `Python Development on XP`_
-
- This series of screencasts aims to get you up and running with Python on
- Windows XP. The knowledge is distilled into 1.5 hours and will get you up
- and running with the right Python distribution, coding in your choice of IDE,
- and debugging and writing solid code with unit-tests.
-
-.. |Python Development on XP| image:: python-video-icon.png
-.. _`Python Development on XP`:
- http://showmedo.com/videotutorials/series?name=pythonOzsvaldPyNewbieSeries
-
Unless you use some sort of integrated development environment, you will end up
*typing* Windows commands into what is variously referred to as a "DOS window"
or "Command prompt window". Usually you can create such a window from your
@@ -92,18 +80,6 @@ gives you a message like::
'python' is not recognized as an internal or external command, operable program or batch file.
-.. sidebar:: |Adding Python to DOS Path|_
- :subtitle: `Adding Python to DOS Path`_
-
- Python is not added to the DOS path by default. This screencast will walk
- you through the steps to add the correct entry to the `System Path`, allowing
- Python to be executed from the command-line by all users.
-
-.. |Adding Python to DOS Path| image:: python-video-icon.png
-.. _`Adding Python to DOS Path`:
- http://showmedo.com/videotutorials/video?name=960000&fromSeriesID=96
-
-
or::
Bad command or filename