mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00

svn+ssh://svn.python.org/python/branches/py3k ........ r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line #10122: typo fix. ........ r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line #10124: typo fix. ........ r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line #10058: tweak wording about exception returns. ........ r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line #8556: use less confusing mapping key in example. ........ r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line #8686: remove potentially confusing wording that does not add any value. ........ r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line #8811: small fixes to sqlite3 docs. ........ r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line #8855: add shelve security warning. ........ r85613 | georg.brandl | 2010-10-17 11:43:35 +0200 (So, 17 Okt 2010) | 1 line Fix hmac docs: it takes and returns bytes, except for hexdigest(). ........ r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line #8968: add actual name of token constants. ........ r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows. ........ r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line Fix copy-paste error in example. ........ r85617 | georg.brandl | 2010-10-17 12:09:06 +0200 (So, 17 Okt 2010) | 1 line #5212: md5 weaknesses do not affect hmac, so remove the note about that. ........ r85618 | georg.brandl | 2010-10-17 12:14:38 +0200 (So, 17 Okt 2010) | 1 line #9086: correct wrong terminology about linking with pythonXY.dll. ........ r85619 | georg.brandl | 2010-10-17 12:15:50 +0200 (So, 17 Okt 2010) | 1 line Make file names consistent. ........ r85620 | georg.brandl | 2010-10-17 12:22:28 +0200 (So, 17 Okt 2010) | 1 line Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway. ........ r85621 | georg.brandl | 2010-10-17 12:24:54 +0200 (So, 17 Okt 2010) | 1 line #9105: move pickle warning to a bit more prominent location. ........ r85622 | georg.brandl | 2010-10-17 12:28:04 +0200 (So, 17 Okt 2010) | 1 line #9112: document error() and exit() methods of ArgumentParser. ........ r85624 | georg.brandl | 2010-10-17 12:34:28 +0200 (So, 17 Okt 2010) | 1 line Some markup and style fixes in argparse docs. ........ r85626 | georg.brandl | 2010-10-17 12:38:20 +0200 (So, 17 Okt 2010) | 1 line #9117: fix syntax for class definition. ........ r85627 | georg.brandl | 2010-10-17 12:44:11 +0200 (So, 17 Okt 2010) | 1 line #9138: reword introduction to classes in Python. ........ r85629 | georg.brandl | 2010-10-17 12:51:45 +0200 (So, 17 Okt 2010) | 1 line #5962: clarify sys.exit() vs. threads. ........ r85631 | georg.brandl | 2010-10-17 12:53:54 +0200 (So, 17 Okt 2010) | 1 line Fix capitalization. ........ r85633 | georg.brandl | 2010-10-17 12:59:41 +0200 (So, 17 Okt 2010) | 1 line #9204: remove mentions of removed types in the types module. ........ r85635 | georg.brandl | 2010-10-17 13:03:22 +0200 (So, 17 Okt 2010) | 1 line #5121: fix claims about default values leading to segfaults. ........ r85636 | georg.brandl | 2010-10-17 13:06:14 +0200 (So, 17 Okt 2010) | 1 line #9237: document sys.call_tracing(). ........ r85638 | georg.brandl | 2010-10-17 13:13:37 +0200 (So, 17 Okt 2010) | 1 line Port changes to pickle docs apparently lost in py3k. ........ r85639 | georg.brandl | 2010-10-17 13:23:56 +0200 (So, 17 Okt 2010) | 1 line Make twisted example a bit more logical. ........ r85641 | georg.brandl | 2010-10-17 13:29:07 +0200 (So, 17 Okt 2010) | 1 line Fix documentation of dis.opmap direction. ........ r85642 | georg.brandl | 2010-10-17 13:36:28 +0200 (So, 17 Okt 2010) | 1 line #9730: fix example. ........
343 lines
13 KiB
ReStructuredText
343 lines
13 KiB
ReStructuredText
.. highlightlang:: none
|
|
|
|
.. _using-on-windows:
|
|
|
|
*************************
|
|
Using Python on Windows
|
|
*************************
|
|
|
|
.. sectionauthor:: Robert Lehmann <lehmannro@gmail.com>
|
|
|
|
This document aims to give an overview of Windows-specific behaviour you should
|
|
know about when using Python on Microsoft Windows.
|
|
|
|
|
|
Installing Python
|
|
=================
|
|
|
|
Unlike most Unix systems and services, Windows does not require Python natively
|
|
and thus does not pre-install a version of Python. However, the CPython team
|
|
has compiled Windows installers (MSI packages) with every `release
|
|
<http://www.python.org/download/releases/>`_ for many years.
|
|
|
|
With ongoing development of Python, some platforms that used to be supported
|
|
earlier are no longer supported (due to the lack of users or developers).
|
|
Check :pep:`11` for details on all unsupported platforms.
|
|
|
|
* Up to 2.5, Python was still compatible with Windows 95, 98 and ME (but already
|
|
raised a deprecation warning on installation). For Python 2.6 (and all
|
|
following releases), this support was dropped and new releases are just
|
|
expected to work on the Windows NT family.
|
|
* `Windows CE <http://pythonce.sourceforge.net/>`_ is still supported.
|
|
* The `Cygwin <http://cygwin.com/>`_ installer offers to install the `Python
|
|
interpreter <http://cygwin.com/packages/python>`_ as well; it is located under
|
|
"Interpreters." (cf. `Cygwin package source
|
|
<ftp://ftp.uni-erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/
|
|
release/python>`_, `Maintainer releases
|
|
<http://www.tishler.net/jason/software/python/>`_)
|
|
|
|
See `Python for Windows (and DOS) <http://www.python.org/download/windows/>`_
|
|
for detailed information about platforms with precompiled installers.
|
|
|
|
.. seealso::
|
|
|
|
`Python on XP <http://www.richarddooling.com/index.php/2006/03/14/python-on-xp-7-minutes-to-hello-world/>`_
|
|
"7 Minutes to "Hello World!""
|
|
by Richard Dooling, 2006
|
|
|
|
`Installing on Windows <http://diveintopython.org/installing_python/windows.html>`_
|
|
in "`Dive into Python: Python from novice to pro
|
|
<http://diveintopython.org/index.html>`_"
|
|
by Mark Pilgrim, 2004,
|
|
ISBN 1-59059-356-1
|
|
|
|
`For Windows users <http://swaroopch.com/text/Byte_of_Python:Installing_Python#For_Windows_users>`_
|
|
in "Installing Python"
|
|
in "`A Byte of Python <http://www.byteofpython.info>`_"
|
|
by Swaroop C H, 2003
|
|
|
|
|
|
Alternative bundles
|
|
===================
|
|
|
|
Besides the standard CPython distribution, there are modified packages including
|
|
additional functionality. The following is a list of popular versions and their
|
|
key features:
|
|
|
|
`ActivePython <http://www.activestate.com/Products/activepython/>`_
|
|
Installer with multi-platform compatibility, documentation, PyWin32
|
|
|
|
`Enthought Python Distribution <http://www.enthought.com/products/epd.php>`_
|
|
Popular modules (such as PyWin32) with their respective documentation, tool
|
|
suite for building extensible Python applications
|
|
|
|
Notice that these packages are likely to install *older* versions of Python.
|
|
|
|
|
|
|
|
Configuring Python
|
|
==================
|
|
|
|
In order to run Python flawlessly, you might have to change certain environment
|
|
settings in Windows.
|
|
|
|
|
|
Excursus: Setting environment variables
|
|
---------------------------------------
|
|
|
|
Windows has a built-in dialog for changing environment variables (following
|
|
guide applies to XP classical view): Right-click the icon for your machine
|
|
(usually located on your Desktop and called "My Computer") and choose
|
|
:menuselection:`Properties` there. Then, open the :guilabel:`Advanced` tab
|
|
and click the :guilabel:`Environment Variables` button.
|
|
|
|
In short, your path is:
|
|
|
|
:menuselection:`My Computer
|
|
--> Properties
|
|
--> Advanced
|
|
--> Environment Variables`
|
|
|
|
In this dialog, you can add or modify User and System variables. To change
|
|
System variables, you need non-restricted access to your machine
|
|
(i.e. Administrator rights).
|
|
|
|
Another way of adding variables to your environment is using the :command:`set`
|
|
command::
|
|
|
|
set PYTHONPATH=%PYTHONPATH%;C:\My_python_lib
|
|
|
|
To make this setting permanent, you could add the corresponding command line to
|
|
your :file:`autoexec.bat`. :program:`msconfig` is a graphical interface to this
|
|
file.
|
|
|
|
Viewing environment variables can also be done more straight-forward: The
|
|
command prompt will expand strings wrapped into percent signs automatically::
|
|
|
|
echo %PATH%
|
|
|
|
Consult :command:`set /?` for details on this behaviour.
|
|
|
|
.. seealso::
|
|
|
|
http://support.microsoft.com/kb/100843
|
|
Environment variables in Windows NT
|
|
|
|
http://support.microsoft.com/kb/310519
|
|
How To Manage Environment Variables in Windows XP
|
|
|
|
http://www.chem.gla.ac.uk/~louis/software/faq/q1.html
|
|
Setting Environment variables, Louis J. Farrugia
|
|
|
|
|
|
Finding the Python executable
|
|
-----------------------------
|
|
|
|
Besides using the automatically created start menu entry for the Python
|
|
interpreter, you might want to start Python in the DOS prompt. To make this
|
|
work, you need to set your :envvar:`%PATH%` environment variable to include the
|
|
directory of your Python distribution, delimited by a semicolon from other
|
|
entries. An example variable could look like this (assuming the first two
|
|
entries are Windows' default)::
|
|
|
|
C:\WINDOWS\system32;C:\WINDOWS;C:\Python25
|
|
|
|
Typing :command:`python` on your command prompt will now fire up the Python
|
|
interpreter. Thus, you can also execute your scripts with command line options,
|
|
see :ref:`using-on-cmdline` documentation.
|
|
|
|
|
|
Finding modules
|
|
---------------
|
|
|
|
Python usually stores its library (and thereby your site-packages folder) in the
|
|
installation directory. So, if you had installed Python to
|
|
:file:`C:\\Python\\`, the default library would reside in
|
|
:file:`C:\\Python\\Lib\\` and third-party modules should be stored in
|
|
:file:`C:\\Python\\Lib\\site-packages\\`.
|
|
|
|
This is how :data:`sys.path` is populated on Windows:
|
|
|
|
* An empty entry is added at the start, which corresponds to the current
|
|
directory.
|
|
|
|
* If the environment variable :envvar:`PYTHONPATH` exists, as described in
|
|
:ref:`using-on-envvars`, its entries are added next. Note that on Windows,
|
|
paths in this variable must be separated by semicolons, to distinguish them
|
|
from the colon used in drive identifiers (``C:\`` etc.).
|
|
|
|
* Additional "application paths" can be added in the registry as subkeys of
|
|
:samp:`\\SOFTWARE\\Python\\PythonCore\\{version}\\PythonPath` under both the
|
|
``HKEY_CURRENT_USER`` and ``HKEY_LOCAL_MACHINE`` hives. Subkeys which have
|
|
semicolon-delimited path strings as their default value will cause each path
|
|
to be added to :data:`sys.path`. (Note that all known installers only use
|
|
HKLM, so HKCU is typically empty.)
|
|
|
|
* If the environment variable :envvar:`PYTHONHOME` is set, it is assumed as
|
|
"Python Home". Otherwise, the path of the main Python executable is used to
|
|
locate a "landmark file" (``Lib\os.py``) to deduce the "Python Home". If a
|
|
Python home is found, the relevant sub-directories added to :data:`sys.path`
|
|
(``Lib``, ``plat-win``, etc) are based on that folder. Otherwise, the core
|
|
Python path is constructed from the PythonPath stored in the registry.
|
|
|
|
* If the Python Home cannot be located, no :envvar:`PYTHONPATH` is specified in
|
|
the environment, and no registry entries can be found, a default path with
|
|
relative entries is used (e.g. ``.\Lib;.\plat-win``, etc).
|
|
|
|
The end result of all this is:
|
|
|
|
* When running :file:`python.exe`, or any other .exe in the main Python
|
|
directory (either an installed version, or directly from the PCbuild
|
|
directory), the core path is deduced, and the core paths in the registry are
|
|
ignored. Other "application paths" in the registry are always read.
|
|
|
|
* When Python is hosted in another .exe (different directory, embedded via COM,
|
|
etc), the "Python Home" will not be deduced, so the core path from the
|
|
registry is used. Other "application paths" in the registry are always read.
|
|
|
|
* If Python can't find its home and there is no registry (eg, frozen .exe, some
|
|
very strange installation setup) you get a path with some default, but
|
|
relative, paths.
|
|
|
|
|
|
Executing scripts
|
|
-----------------
|
|
|
|
Python scripts (files with the extension ``.py``) will be executed by
|
|
:program:`python.exe` by default. This executable opens a terminal, which stays
|
|
open even if the program uses a GUI. If you do not want this to happen, use the
|
|
extension ``.pyw`` which will cause the script to be executed by
|
|
:program:`pythonw.exe` by default (both executables are located in the top-level
|
|
of your Python installation directory). This suppresses the terminal window on
|
|
startup.
|
|
|
|
You can also make all ``.py`` scripts execute with :program:`pythonw.exe`,
|
|
setting this through the usual facilities, for example (might require
|
|
administrative rights):
|
|
|
|
#. Launch a command prompt.
|
|
#. Associate the correct file group with ``.py`` scripts::
|
|
|
|
assoc .py=Python.File
|
|
|
|
#. Redirect all Python files to the new executable::
|
|
|
|
ftype Python.File=C:\Path\to\pythonw.exe "%1" %*
|
|
|
|
|
|
Additional modules
|
|
==================
|
|
|
|
Even though Python aims to be portable among all platforms, there are features
|
|
that are unique to Windows. A couple of modules, both in the standard library
|
|
and external, and snippets exist to use these features.
|
|
|
|
The Windows-specific standard modules are documented in
|
|
:ref:`mswin-specific-services`.
|
|
|
|
|
|
PyWin32
|
|
-------
|
|
|
|
The `PyWin32 <http://python.net/crew/mhammond/win32/>`_ module by Mark Hammond
|
|
is a collection of modules for advanced Windows-specific support. This includes
|
|
utilities for:
|
|
|
|
* `Component Object Model <http://www.microsoft.com/com/>`_ (COM)
|
|
* Win32 API calls
|
|
* Registry
|
|
* Event log
|
|
* `Microsoft Foundation Classes <http://msdn.microsoft.com/en-us/library/fe1cf721%28VS.80%29.aspx>`_ (MFC)
|
|
user interfaces
|
|
|
|
`PythonWin <http://web.archive.org/web/20060524042422/
|
|
http://www.python.org/windows/pythonwin/>`_ is a sample MFC application
|
|
shipped with PyWin32. It is an embeddable IDE with a built-in debugger.
|
|
|
|
.. seealso::
|
|
|
|
`Win32 How Do I...? <http://timgolden.me.uk/python/win32_how_do_i.html>`_
|
|
by Tim Golden
|
|
|
|
`Python and COM <http://www.boddie.org.uk/python/COM.html>`_
|
|
by David and Paul Boddie
|
|
|
|
|
|
Py2exe
|
|
------
|
|
|
|
`Py2exe <http://www.py2exe.org/>`_ is a :mod:`distutils` extension (see
|
|
:ref:`extending-distutils`) which wraps Python scripts into executable Windows
|
|
programs (:file:`{*}.exe` files). When you have done this, you can distribute
|
|
your application without requiring your users to install Python.
|
|
|
|
|
|
WConio
|
|
------
|
|
|
|
Since Python's advanced terminal handling layer, :mod:`curses`, is restricted to
|
|
Unix-like systems, there is a library exclusive to Windows as well: Windows
|
|
Console I/O for Python.
|
|
|
|
`WConio <http://newcenturycomputers.net/projects/wconio.html>`_ is a wrapper for
|
|
Turbo-C's :file:`CONIO.H`, used to create text user interfaces.
|
|
|
|
|
|
|
|
Compiling Python on Windows
|
|
===========================
|
|
|
|
If you want to compile CPython yourself, first thing you should do is get the
|
|
`source <http://python.org/download/source/>`_. You can download either the
|
|
latest release's source or just grab a fresh `checkout
|
|
<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_.
|
|
|
|
For Microsoft Visual C++, which is the compiler with which official Python
|
|
releases are built, the source tree contains solutions/project files. View the
|
|
:file:`readme.txt` in their respective directories:
|
|
|
|
+--------------------+--------------+-----------------------+
|
|
| Directory | MSVC version | Visual Studio version |
|
|
+====================+==============+=======================+
|
|
| :file:`PC/VC6/` | 6.0 | 97 |
|
|
+--------------------+--------------+-----------------------+
|
|
| :file:`PC/VS7.1/` | 7.1 | 2003 |
|
|
+--------------------+--------------+-----------------------+
|
|
| :file:`PC/VS8.0/` | 8.0 | 2005 |
|
|
+--------------------+--------------+-----------------------+
|
|
| :file:`PCbuild/` | 9.0 | 2008 |
|
|
+--------------------+--------------+-----------------------+
|
|
|
|
Note that not all of these build directories are fully supported. Read the
|
|
release notes to see which compiler version the official releases for your
|
|
version are built with.
|
|
|
|
Check :file:`PC/readme.txt` for general information on the build process.
|
|
|
|
|
|
For extension modules, consult :ref:`building-on-windows`.
|
|
|
|
.. seealso::
|
|
|
|
`Python + Windows + distutils + SWIG + gcc MinGW <http://sebsauvage.net/python/mingw.html>`_
|
|
or "Creating Python extensions in C/C++ with SWIG and compiling them with
|
|
MinGW gcc under Windows" or "Installing Python extension with distutils
|
|
and without Microsoft Visual C++" by Sébastien Sauvage, 2003
|
|
|
|
`MingW -- Python extensions <http://oldwiki.mingw.org/index.php/Python%20extensions>`_
|
|
by Trent Apted et al, 2007
|
|
|
|
|
|
Other resources
|
|
===============
|
|
|
|
.. seealso::
|
|
|
|
`Python Programming On Win32 <http://www.oreilly.com/catalog/pythonwin32/>`_
|
|
"Help for Windows Programmers"
|
|
by Mark Hammond and Andy Robinson, O'Reilly Media, 2000,
|
|
ISBN 1-56592-621-8
|
|
|
|
`A Python for Windows Tutorial <http://www.imladris.com/Scripts/PythonForWindows.html>`_
|
|
by Amanda Birmingham, 2004
|
|
|