Why can't cx_freeze determine this depedencies? It's got the the package. The related package info contains all related information regarding additional files e.g. DLLs.
Robert Gesendet: Mittwoch, 24. Juli 2013 um 18:24 Uhr Von: "Thomas Kluyver" <[email protected]> An: "primary discussion list for use and development of cx_Freeze" <[email protected]> Betreff: Re: [cx-freeze-users] Freeze app with custom library with DLL fails On 24 July 2013 17:18, Robert Schilling <[email protected]> wrote:When I freeze this program with cx_freeze foo.py gets copied but foo.dll is missing. How is it getting loaded? cx_Freeze can only pick it up automatically if it's a Python extension module. Otherwise, list it in include_files to have it copied into the build directory. Thomas ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
