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?
You could remove the shebang line, or just ignore the warning since it's not really a problem that those files aren't executable. For the same reason, you wouldn't want to set the executable bits on those files. -- gram