I used the following cmd 'cxfreeze log2xml.py -OO' to create a exe file for my py file in cxfreeze 4.2.3, python 2.5
The exe was generated normally. However, the file size was too large to use.
I renamed the exe file to a zip file. And I found that the cxfreeze packed all the modules necessary in the form of pyc.
Thus, I think if all the modules were packed in pyo format, the file size for the exe would be much smaller.
Could anybody help me, and tell me how to build the exe file by packing the pyo modules ?
Thanks in advance.