[Pyobjc-dev] Re: hashbang in applets
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-03-21 22:25:22
|
Jack Jansen wrote: > > 'os.path.join(os.dirname(hashbang), os.readlink(hashbang))' > > Don't use this construct, use os.path.realpath(sys.executable). It > follows recursive symlinks and understands about relative symlinks > too. Ah, nice. Will patch bundlebuilder accordingly. Just |