@@ -23,18 +23,6 @@ This is not necessarily a straightforward question. If you are already familiar
23
23
with running programs from the Windows command line then everything will seem
24
24
obvious; otherwise, you might need a little more guidance.
25
25
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
-
38
26
Unless you use some sort of integrated development environment, you will end up
39
27
*typing * Windows commands into what is variously referred to as a "DOS window"
40
28
or "Command prompt window". Usually you can create such a window from your
@@ -108,18 +96,6 @@ gives you a message like::
108
96
109
97
'python' is not recognized as an internal or external command, operable program or batch file.
110
98
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
-
123
99
or::
124
100
125
101
Bad command or filename
0 commit comments