>>>>> "J" == JT  <[EMAIL PROTECTED]> writes:

    J> If the below suggestion doesn't work, I'd recommend rebuilding
    J> Python (you did build it from source, didn't you ;-) and I
    J> guess remove the pyc files too, although I don't really know
    J> anything about Python bytecode, so take that with a grain of,
    J> er, SALT.

:)

Python will automatically recompile to pyc if the py file is newer.
Think of the pycs as a cache of the compilation phase from Python
source to bytecodes.

Removing the pycs can't hurt though.

Cheers,
-Barry

------------------------------------------------------
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users

Reply via email to