On 20 February 2012 12:31, Rob Reilink <[email protected]> wrote: > Now the next step: how do I find out which are the binary files (executable, > libs, possibly compiled extension modules) that are included? Of course, I > could just do an os.listdir in the build.build_exe dir, but I guess there is > a neater way
I think I would just use listdir - looking at the code, it doesn't look like build keeps any information about the freezing process. It creates a Freezer instance, but doesn't store it after its run() method finishes: https://bitbucket.org/takluyver/cx-freeze/src/f8a749d52e77/cx_Freeze/dist.py#cl-204 Thomas ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
