27 Jun
2003
27 Jun
'03
9:31 p.m.
Paul Winkler wrote:
Those are cached bytecode files generated by the interpreter. Ignore them. Restart zope and the .pyc will be regenerated if the .py file has changed.
Excellent, thanks. Not only fixed the logs (once I've worked out how to remove the existing spurious spaces - some kind of grep-thing, I guess) but also learned a bit about Python. Mark Barratt