On 02.03.2010 14:59, Craig Swank wrote: > Ah - ha! It worked. Mostly. My namespace packages are going into > the library. The executable still won't run, however, because a non- > python configuration file did not get copied over. It is a .zcml file > that the zope world uses. I think it would be nice if all files > inside a package were copied into the library (except .pyc files, of > course). Is there a fix for that? If not, I could just unzip the > library, put the missing file in, then zip it back up, right?
Use the zipfile Option for that. See docu. This is enabled in the newest version. ------------------------------------------------------------------------------ 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
