[Zope-dev] compilezpy (compileall)
Richard Jones
richard@bizarsoftware.com.au
Wed, 21 Nov 2001 15:27:05 +1100
On Wednesday 21 November 2001 15:12, Danny William Adair wrote:
> I wondered if this (see subject) was totally necessary during the
> installation. My Zope installation seems to run fine when I delete all the
> *.pyc and just start it. Obviously it runs slower the first time, but
> that's all I can see.
If the server is run as nobody, that user probably won't have permission to
write the compiled bytecodes to disk.
Richard