• [^] # Re: Python facile a deployer

    Posté par . En réponse à la dépêche Delphinologie en direct de Linux Expo Paris 2002. Évalué à 6.

    effectivement, c'est une espèce d'archive avec l'interpréteur et tout ce qu'il faut :

    «py2exe uses python's modulefinder to load your script and find all python and extension modules needed to run it. Pure python modules are compiled into .pyc or .pyo files in a temporary directory. [...]
    A zip-compatible archive is built, containing all files from this directory as well as your script, and appended to a custom python interpreter supplied with py2exe.»