Re: Executable files part of library

2004-10-28 Thread Sean Perry
Magnus Therning wrote: Interestingly enough distutils doesn't keep executable bits on libraries, and this causes lintian to complain: W: python-pyggy: script-not-executable ./usr/lib/python2.3/site-packages/pyggy/dfa.py N: N: This file starts with the #! sequence that marks interpreted scripts,

Re: Executable files part of library

2004-10-21 Thread Graham Wilson
On Thu, Oct 21, 2004 at 11:46:01PM +0200, Magnus Therning wrote: > W: python-pyggy: script-not-executable > ./usr/lib/python2.3/site-packages/pyggy/util.py > > How should this be resolved? Manually putting the executable bits on the > files before packing? Removing '#!.*' in the mentioned files?