Skip to content

Commit b53edb1

Browse files
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
https://bugs.python.org/issue35032 (cherry picked from commit d262250) Co-authored-by: Stéphane Wirtel <[email protected]>
1 parent 2bad7ac commit b53edb1

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
@@ -17,18 +17,6 @@ This is not necessarily a straightforward question. If you are already familiar
1717
with running programs from the Windows command line then everything will seem
1818
obvious; otherwise, you might need a little more guidance.
1919

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

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

95-
.. sidebar:: |Adding Python to DOS Path|_
96-
:subtitle: `Adding Python to DOS Path`_
97-
98-
Python is not added to the DOS path by default. This screencast will walk
99-
you through the steps to add the correct entry to the `System Path`, allowing
100-
Python to be executed from the command-line by all users.
101-
102-
.. |Adding Python to DOS Path| image:: python-video-icon.png
103-
.. _`Adding Python to DOS Path`:
104-
http://showmedo.com/videotutorials/video?name=960000&fromSeriesID=96
105-
106-
10783
or::
10884

10985
Bad command or filename

0 commit comments

Comments
 (0)