Menu

Tree [d5c106] default 0.4dev /
 History

Read Only access


File Date Author Commit
 portable 2012-08-26 Pierre Raybaut Pierre Raybaut [f953c2] Spyder launchers: replace drive letters in sett...
 scripts 2012-08-17 Pierre Raybaut Pierre Raybaut [0568e7] WPPM GUI: hiding console (.pyw --> .py) to avoi...
 tools 2012-08-13 Pierre Raybaut Pierre Raybaut [7232d3] Added dev tools, fixed regexp for package versi...
 winpython 2012-08-27 Pierre Raybaut Pierre Raybaut [d5c106] version
 .hgignore 2012-08-17 Pierre Raybaut Pierre Raybaut [e5ccaf] TortoiseHg: only the 32bit version will be depl...
 .hgtags 2012-08-21 Pierre Raybaut Pierre Raybaut [997f19] Removed tag v2.7.3.0beta1
 MANIFEST.in 2012-08-15 Pierre Raybaut Pierre Raybaut [85fb98] Added MANIFEST.in
 README 2012-08-26 Pierre Raybaut Pierre Raybaut [f953c2] Spyder launchers: replace drive letters in sett...
 checklist.txt 2012-08-13 Pierre Raybaut Pierre Raybaut [a1ba7d] First commit
 make.py 2012-08-27 Pierre Raybaut Pierre Raybaut [8ec0c5] make.py: added new required 'tools' directory f...
 setup.py 2012-08-17 Pierre Raybaut Pierre Raybaut [0568e7] WPPM GUI: hiding console (.pyw --> .py) to avoi...

Read Me

WinPython tools
===============

Copyright © 2012 Pierre Raybaut
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://code.google.com/p/winpython).
		
		This is the `winpython` Python package, not the distribution itself.
		It includes two main features:

			The WinPython Package Manager (WPPM): let you install/uninstall 
            to your WinPython distribution any standard Python package built 
			with distutils (e.g. "dummypackage-2.1.win-amd64-py2.7.‌exe")
			
			The WinPython build toolchain: make.py is the script used to 
			build a WinPython distribution from (almost) scratch.

    Dependencies
    
        Python 2.6+
        PyQt4 4.5+ or PySide 1.1.1+ (PyQt4 is recommended)
        spyderlib 2.1+

    Requirements

        7zip (directory has to be available in PATH)
        NSIS:
          * "Large strings" special build (http://nsis.sourceforge.net/Special_Builds)
          * with TextReplace plugin installed

    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.googlecode.com
            
    More informations
    
        Downloads, bug reports and feature requests:
            http://code.google.com/p/winpython/
        Discussions:
            http://groups.google.com/group/winpython