[Python-Dev] What code in Python creates .exe launchers for 'entry_points' in 'setup.py'? (original) (raw)

Éric Araujo eric at netwok.org
Mon Apr 1 22:58:03 CEST 2013


Hello,

Le 01/04/2013 16:51, Grigory Petrov a écrit :

But what python code is responsible for creation of this bootstrapper executables? I have searched python 2.7.3 source code for some time, but can't find a place.

Setuptools is not in the standard library, so you would need to search the setuptools or distribute codebases.

Regards



More information about the Python-Dev mailing list