13 May
2007
13 May
'07
5:44 a.m.
Phillip J. Eby wrote:
Christoph Zwerschke wrote:
... I think the real problem is that setuptools replaces the shebang line when *building* the egg, not when *installing* the egg.
Use entry point scripts instead; they don't have this problem:
http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation Ok, and they have some other advantages as well, so I just suggested to change this in TurboGears (http://trac.turbogears.org/ticket/1386). Anyway, I think this is a flaw in distutils that should be fixed if it's not too difficult. -- Chris