@@ -17,18 +17,6 @@ This is not necessarily a straightforward question. If you are already familiar
17
17
with running programs from the Windows command line then everything will seem
18
18
obvious; otherwise, you might need a little more guidance.
19
19
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
-
32
20
Unless you use some sort of integrated development environment, you will end up
33
21
*typing * Windows commands into what is variously referred to as a "DOS window"
34
22
or "Command prompt window". Usually you can create such a window from your
@@ -92,18 +80,6 @@ gives you a message like::
92
80
93
81
'python' is not recognized as an internal or external command, operable program or batch file.
94
82
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
-
107
83
or::
108
84
109
85
Bad command or filename
0 commit comments