Re: [Pythonmac-SIG] pyo and pyc

2005-12-12 Thread Zhi Peng
I think there are something wrong with my MacPython as the code is simple and I am sure it will be run on Linux. You and another Friend may run this program. He did not get any error. Thanks Zhi --- Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Dec 12, 2005, at 10:02 AM, Zhi Peng wrote:

Re: [Pythonmac-SIG] pyo and pyc

2005-12-12 Thread Bob Ippolito
On Dec 12, 2005, at 10:02 AM, Zhi Peng wrote: > What was the .pyo file on Mac. Could anyone tell me how to make > a .pyo file from .py file? Thanks. .pyo files are generated by the Python interpreter when passed the optimize flag. They're the same thing as .pyc, just stripped of docstring

Re: [Pythonmac-SIG] pyo and pyc

2005-12-12 Thread Zhi Peng
When I generate the module, it generated .pyc file but not .pyo file. IS that a reason that I can not import the module from c code? Or something else that I missed.   Thanks   Zhi Zhi Peng <[EMAIL PROTECTED]> wrote:Hi! All   What was the .pyo file on Mac. Could anyone tell me how to m

[Pythonmac-SIG] pyo and pyc

2005-12-12 Thread Zhi Peng
Hi! All   What was the .pyo file on Mac. Could anyone tell me how to make a .pyo file from .py file? Thanks.   Regards     Zhi Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping ___ Pythonmac-SIG maillist - Pythonmac-SI