.pyo's without .pyc's?

Randall Hopper aa8vb at yahoo.com
Fri Jul 9 07:55:04 EDT 1999


Guido van Rossum:
 |>Randall Hopper
 |>| I'm trying to cook a minimalist Python install, and I find that python -O
 |>| won't run without .pyc's in-place, even when there are pyo's.
 |>
 |> exceptions.py is imported prior to all other modules at a time where
 |> the switch from .pyc to .pyo hasn't been done yet
 |
 |Seems like this would be the fix, right?

It's working fine now.  Thanks.

Randall




More information about the Python-list mailing list