Hi, further test showed that every module imported by cx_Freeze in the finder and freezer is not handled correctly if it is a normal "*.py" module.
This is because the already imported modules have no code object and no path attached. Some examples are: traceback.py struct.py ... If one of these modules is used by the frozen executable an ImportError happens and the application fails to start. I don't know why this happened. Testenvironment: Linux 64bit custom build Python 2.7.1 cx_Freeze svn trunk as of today. To be save frozen apps are generated with python -S (no site.py import, so no side effect can happen ;-) ) Regards, Wolfgang ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
