From: Steven P. <n9...@n9...> - 2004-03-15 19:00:05
|
On Mar 15, 2004, at 10:41 AM, Tom Pollard wrote: > I didn't realize that. I'd also be disinclined to muck with > bundlebuilder.py unless there was some stronger reason than this. > Maybe if the issue comes up again I'll lobby the bundlebuilder > maintainer to accept this change. Just on technical grounds, it seems > clearly the right way to go. Anyway, thanks for being willing to > discuss it. Just an aside.... I was looking through bundlebuilder.py just now to see if this could be remedied easily enough, and it appears that it might be do-able... But you have to love this bit of code (particularly the comment): if self.standalone or self.semi_standalone: # XXX we're screwed when the end user has deleted # /usr/bin/python hashbang = "/usr/bin/python" ... yes we are. :-) |