[Python-Dev] What code in Python creates .exe launchers for 'entry_points' in 'setup.py'? (original) (raw)
Daniel Holth dholth at gmail.com
Mon Apr 1 23:22:00 CEST 2013
- Previous message: [Python-Dev] What code in Python creates .exe launchers for 'entry_points' in 'setup.py'?
- Next message: [Python-Dev] Semantics of __int__(), __index__()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The new "distlib" also provides that feature On Apr 1, 2013 4:58 PM, "Éric Araujo" <eric at netwok.org> wrote:
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
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/dholth%40gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130401/a6ab1f6a/attachment.html>
- Previous message: [Python-Dev] What code in Python creates .exe launchers for 'entry_points' in 'setup.py'?
- Next message: [Python-Dev] Semantics of __int__(), __index__()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]