10 Dec
1998
10 Dec
'98
8:02 p.m.
There's a small inconvenience with ZopeHTTPServer.py in 1.9b1: The line specifying the interpreter uses "#!/bin/env python", but env is more commonly in /usr/bin/env (all other scripts in Zope use /usr/bin/env). More important, the line is not the first line in the file (it's prefixed by the license plate), and therefore is ignored (at least with the shells I know). Perhaps this could be fixed ? thanks, Gregor