~pythonregexp2.7/python/issue2636-11

« back to all changes in this revision

Viewing changes to Doc/using/windows.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 13:47:31 UTC
  • mfrom: (39021.1.404 Regexp-2.7)
  • mto: This revision was merged to the branch mainline in revision 39030.
  • Revision ID: darklord@timehorse.com-20080921134731-rudomuzeh1b2tz1y
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
entries.  An example variable could look like this (assuming the first two
143
143
entries are Windows' default)::
144
144
 
145
 
    C:\WINNT\system32;C:\WINNT;C:\Python25
 
145
    C:\WINDOWS\system32;C:\WINDOWS;C:\Python25
146
146
 
147
147
Typing :command:`python` on your command prompt will now fire up the Python
148
148
interpreter.  Thus, you can also execute your scripts with command line options,
188
188
startup.
189
189
 
190
190
You can also make all ``.py`` scripts execute with :program:`pythonw.exe`,
191
 
setting this through the usual facilites, for example (might require
 
191
setting this through the usual facilities, for example (might require
192
192
administrative rights):
193
193
 
194
194
#. Launch a command prompt.
217
217
 
218
218
The `PyWin32 <http://python.net/crew/mhammond/win32/>`_ module by Mark Hammond
219
219
is a collection of modules for advanced Windows-specific support.  This includes
220
 
utilites for:
 
220
utilities for:
221
221
 
222
222
* `Component Object Model <http://www.microsoft.com/com/>`_ (COM)
223
223
* Win32 API calls
278
278
+====================+==============+=======================+
279
279
| :file:`PC/VC6/`    | 6.0          | 97                    |
280
280
+--------------------+--------------+-----------------------+
281
 
| :file:`PCbuild/`   | 7.1          | 2003                  |
282
 
+--------------------+--------------+-----------------------+
283
 
| :file:`PCbuild8/`  | 8.0          | 2005                  |
284
 
+--------------------+--------------+-----------------------+
285
 
| :file:`PCbuild9/`  | 9.0          | 2008                  |
 
281
| :file:`PC/VS7.1/`  | 7.1          | 2003                  |
 
282
+--------------------+--------------+-----------------------+
 
283
| :file:`PC/VS8.0/`  | 8.0          | 2005                  |
 
284
+--------------------+--------------+-----------------------+
 
285
| :file:`PCbuild/`   | 9.0          | 2008                  |
286
286
+--------------------+--------------+-----------------------+
287
287
 
288
288
Note that not all of these build directories are fully supported.  Read the