Re: (OT) exec nonreadable shell scripts
On Wed, Jan 10, 2001 at 09:31:21PM -0500, D-Man wrote:
> I recall seeing somewhere that with the new interpreter, .pyo files
> can be executed (by the interpreter, but by calling the file not the
> interpreter). Maybe not. I wish I could remember where I saw
> that.
I doubt it. My understanding is that byte compiling python scripts only
makes them faster to load and has no other benefit (the benefit can be
substantial for a program that needs to load/unload lots of modules).
--
Eric G. Miller <egm2@jps.net>
Reply to: