Skip to content

Commit d262250

Browse files
matrixisemiss-islington
authored andcommitted
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
https://bugs.python.org/issue35032
1 parent 0522fd8 commit d262250

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

Doc/faq/windows.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@ This is not necessarily a straightforward question. If you are already familiar
2323
with running programs from the Windows command line then everything will seem
2424
obvious; otherwise, you might need a little more guidance.
2525

26-
.. sidebar:: |Python Development on XP|_
27-
:subtitle: `Python Development on XP`_
28-
29-
This series of screencasts aims to get you up and running with Python on
30-
Windows XP. The knowledge is distilled into 1.5 hours and will get you up
31-
and running with the right Python distribution, coding in your choice of IDE,
32-
and debugging and writing solid code with unit-tests.
33-
34-
.. |Python Development on XP| image:: python-video-icon.png
35-
.. _`Python Development on XP`:
36-
http://showmedo.com/videotutorials/series?name=pythonOzsvaldPyNewbieSeries
37-
3826
Unless you use some sort of integrated development environment, you will end up
3927
*typing* Windows commands into what is variously referred to as a "DOS window"
4028
or "Command prompt window". Usually you can create such a window from your
@@ -108,18 +96,6 @@ gives you a message like::
10896

10997
'python' is not recognized as an internal or external command, operable program or batch file.
11098

111-
.. sidebar:: |Adding Python to DOS Path|_
112-
:subtitle: `Adding Python to DOS Path`_
113-
114-
Python is not added to the DOS path by default. This screencast will walk
115-
you through the steps to add the correct entry to the `System Path`, allowing
116-
Python to be executed from the command-line by all users.
117-
118-
.. |Adding Python to DOS Path| image:: python-video-icon.png
119-
.. _`Adding Python to DOS Path`:
120-
http://showmedo.com/videotutorials/video?name=960000&fromSeriesID=96
121-
122-
12399
or::
124100

125101
Bad command or filename

0 commit comments

Comments
 (0)