Hi, I just tested using this exact configuration (4.1.2 on CentOS 5.2 i386 with python 2.4.3) and I did not get any errors at all. The resulting frozen executable works exactly as it should. So I'm at a loss as to why you are getting the problems you are getting. Perhaps you can show the results of running your script directly through python and also what shows up when you freeze your executable? That might help determine what the problem is.
Anthony On Fri, Jan 8, 2010 at 10:03 AM, Jass Zhao <[email protected]> wrote: > > Hi, > > I just tested cxfreeze 4.1.2 on centos5.2 i386 with python 2.4.3. > cxfreeze seems not work with xml.dom. A simple file contains: “from xml.dom > import minidom” would fail at runtime with the error message "ImportError: > No module named dom". > I found this bug with python freeze as well. Any solution? > Gnep > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > cx-freeze-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cx-freeze-users > > ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
