GithubHelp home page GithubHelp logo

smith325 / pyinstaller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyinstaller/pyinstaller

0.0 2.0 0.0 30.37 MB

PyInstaller official GIT repository

Home Page: http://www.pyinstaller.org

License: Other

Python 59.32% C 36.52% C++ 0.02% Objective-C 1.26% CSS 0.14% TeX 2.67% Visual Basic 0.01% Shell 0.05%

pyinstaller's Introduction

PyInstaller

Official website: http://www.pyinstaller.org

Requirements

  • Python:
    • 2.4 - 2.7 (Python 3 is not supported)
  • Windows (32bit/64bit):
    • Windows XP or newer.
    • pywin32 when using Python 2.6+
  • Linux (32bit/64bit)
    • ldd: console application to print the shared libraries required by each program or shared library.
    • objdump: Console application to display information from object files.
  • Mac OS X (32/64bit):
    • Mac OS X 10.4 (Tiger) or newer (Leopard, Snow Leopard, Lion).
  • Solaris (experimental)
    • ldd
    • objdump
  • AIX (experimental)
    • AIX 6.1 or newer. Python executables created using PyInstaller on AIX 6.1 should work on AIX 5.2/5.3. PyInstaller will not work with statically linked Python libraries which has been encountered in Python 2.2 installations on AIX 5.x.
    • ldd
    • objdump
  • FreeBSD (experimental)
    • ldd

    • objdump

    • Build your own loader:

      cd bootloader; python waf configure build install

Usage

pyinstaller /path/to/yourscript.py

or the following when using PyInstaller without installation:

python pyinstaller.py /path/to/yourscript.py

For more details, see the doc/Manual.html.

Installation in brief

  1. Unpack the archive on you path of choice.

  2. For Windows (32/64bit), Linux (32/64bit) and Mac OS X (32/64bit) precompiled boot-loaders are available. So to install PyInstaller:

    python setup.py install
    

For other platforms, users should first try to build the boot-loader before installation:

cd bootloader
python ./waf configure build install

Major changes in this release

See doc/CHANGES.txt.

pyinstaller's People

Contributors

matysek avatar htgoebel avatar rasky avatar naufraghi avatar rugginoso avatar glennra avatar lmancini avatar williamcaban avatar dhyams avatar dvarrazzo avatar smith325 avatar itszero avatar antong avatar kouk avatar rassilon avatar seanfisk avatar aholkner avatar handsomegui avatar caiguanhao avatar zaharid avatar richarddavis avatar coolhandmook avatar 3togo avatar agrue avatar aknuds1 avatar wathiede avatar ebnull avatar gutard avatar gvaldambrini avatar jbeezley avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.