I keep running into this problem and it is quite difficult to debug.  I can
try to provide more info if needed.

When I include a package in packages, it should include ALL the modules in
the package, whether or not it thinks the file is needed.  But it seems to
sometimes randomly skip modules that are part of the package.  I don't get
any error or warning as far as I can tell, but it just neglects to include
the module.  I can get the module to be included by adding an import to the
__init__.py file in the subpackage that contains the module, but this is a
fugly hack.

Seems like a bug in cx_Freeze to me.

Ian
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to