Re: [Distutils] console scripts in distutils

2009-02-15 Thread Paul Moore
2009/2/14 Tarek Ziadé : > I really like the way setuptools wraps scripts depending on the platform. > > http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation > > I am not talking about the entry_point feature, but the way it creates > executables. > > What would people think

Re: [Distutils] console scripts in distutils

2009-02-15 Thread Tarek Ziadé
On Sat, Feb 14, 2009 at 11:23 PM, Robert Kern wrote: > I have a couple of issues with this feature as implemented in setuptools. I > think they should be addressed if the feature makes its way into the stdlib: > > 1. The pkg_resources import can make startup time quite large. For small > command-l

Re: [Distutils] console scripts in distutils

2009-02-14 Thread Robert Kern
On 2009-02-14 06:26, Tarek Ziadé wrote: Hello I really like the way setuptools wraps scripts depending on the platform. http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation I am not talking about the entry_point feature, but the way it creates executables. What would p

[Distutils] console scripts in distutils

2009-02-14 Thread Tarek Ziadé
Hello I really like the way setuptools wraps scripts depending on the platform. http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation I am not talking about the entry_point feature, but the way it creates executables. What would people think about making that feature go i