Skip to content
A free Python-distribution for Windows platform, including prebuilt packages for Scientific Python.
Branch: master
Clone or download
stonebig Merge pull request #734 from stonebig/master
simplify rebuild_winpython
Latest commit 3415991 Mar 27, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
changelogs WinPython 2019-01 changelogs Mar 9, 2019
portable move to 7zip "installer" by default Mar 16, 2019
scripts cleanup wppm launcher Sep 4, 2015
tools remove that SciTe Dec 13, 2015
winpython small changes in build system Mar 26, 2019
.gitignore .gitignore improvement Nov 20, 2015
LICENSE
MANIFEST.in diff.py: replaced '-->' by '?' for notifying upgrade version infos Jan 31, 2013
README.rst update readme.rst Mar 23, 2019
diff.py adapt to nodejs8 (reducing build path) Mar 1, 2018
generate_a_winpython_distro.bat
generate_winpython_distros35_qt5.bat adapt to nodejs8 (reducing build path) Mar 1, 2018
generate_winpython_distros36_qt5.bat
generate_winpython_distros37_qt5.bat move to 7zip "installer" by default Mar 16, 2019
hash.py papercut Oct 29, 2017
hash_launch.bat
make.py
run_complement.bat
setup.cfg
setup.py
test.py Code refactoring + fixed/moved winpython/tests.py to ./test.py Dec 21, 2013

README.rst

WinPython tools

Copyright © 2012-2013 Pierre Raybaut

Copyright © 2014-2019+ The Winpython development team https://github.com/winpython/

Licensed under the terms of the MIT License (see winpython/__init__.py for details)

Overview

WinPython is a portable distribution of the Python programming language for Windows (http://winpython.github.io).

This is the winpython Python package, not the distribution itself. It includes two main features:

WinPython Package Manager (WPPM)
a graphical layer over pip, to let you install/uninstall to your WinPython distribution any standard Python package built as source (e.g. "dummypackage-2.1.zip" or "dummypackage-2.1.tar.gz") or as wheel (e.g. "dummypackage-2.1-py2.py3-none-any.whl")
WinPython build toolchain
make.py is the script used to build a WinPython distribution from (almost) scratch.

Dependencies

  • Python2 >= 2.7 or Python3 >= 3.4 (Python>= 3.7 is recommended)
  • PyQt5 >= 5.6 or PySide2>=5.11 (PyQt5 >=5.12 or Pyside2 >= 5.12 is recommended)

Requirements

  • NSIS (for icon shortcut creations, installer can be NSIS, INNO, 7-Zip, or nothing)
  • PyQt5 or Pyside2 is required to execute WinPython Control Panel/Ipython Qt and Qt related packages. if not installed, these packages will not execute.

Installation

From the source package (see section 'Building dependencies'), you may install WinPython using the integrated setup.py script based on Python standard library distutils with the following command:

python setup.py install

Note that distutils does not uninstall previous versions of Python packages: it simply copies files on top of an existing installation. When using this command, it is thus highly recommended to uninstall manually any previous version of WinPython by removing the associated directory ('winpython' in your site-packages directory).

From the Python package index, you may simply install WinPython and upgrade an existing installation using pip:

http://pypi.python.org/pypi

But the easiest way to install the last stable release of WinPython is by using an executable installer: http://winpython.github.io/

More informations

You can’t perform that action at this time.