confused with so many python package locations for imports

Scott David Daniels Scott.Daniels at Acm.Org
Sun Apr 26 11:09:17 EDT 2009


Ben Finney wrote:
> Chris Rebert <clp2 at rebertia.com> writes:
> 
>> Erm, .pyo-s aren't platform-specific.
> […]
>> It's not like .pyo-s are compiled C extension modules.
> Thank you for the correction. Please mentally substitute into my
> argument the files that *are* compiled C extension modules; it remains
> otherwise unchanged.

But the compiled C extension modules are called ".pyd" files and
they are built separately from the execution time and thus do not
suffer the faults of which you complain.

--Scott David Daniels
Scott.Daniels at Acm.Org



More information about the Python-list mailing list