22 Aug
2001
22 Aug
'01
10:37 p.m.
What purpose does the compiled files play in the scheme of things? I deleted z2.pyc to see if it would get re-created and the server started without it. I am confused ...
23 Aug
23 Aug
7:31 p.m.
New subject: [Zope] Zope Startup Question
Eric Roby writes:
What purpose does the compiled files play in the scheme of things? I deleted z2.pyc to see if it would get re-created and the server started without it. I am confused ... They contain Python byte code. Using the byte code is more efficient than using the source. But Python can also use the source....
Python 1.5.2 does not use the byte code, when you start a script explicitly, e.g. python z2.py. Dieter
8992
Age (days ago)
8993
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Eric Roby