Hi, The cxfreeze script was intended as a quick and dirty method for freezing an application. All of the advanced features are in the distutils scripts -- including the one for creating a library.zip. Note that the library.zip only contains the pure Python modules; all of the C extensions (.so files) are still included in the distribution directory. If you want something to package it up you should look at using bdist_rpm in a distutils script. I'm not sure if bdist_dumb works but I believe it should as well if you don't want an RPM.
Hope that helps. Anthony On Fri, Feb 19, 2010 at 9:43 AM, Patty Ackermann <[email protected]> wrote: > Hello, > > I have used the provided cxfreeze script that comes with cx_freeze. It > works great but I have a bunch of .so files that are in the current > distribution directory. I can't seem to find an option that creates a > "library.zip" file. I know there is one if you opt for the distutils > script. > Any help would be greatly appreciated. > Thanks. > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > cx-freeze-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
