Hi everyone : 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. ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Ciosco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
