Alok, Please double check the content in cxfreeze.bat (typically installed in the %PYTHON_HOME%\Scripts directory). When cxfreeze gets installed, it just copies that file and does not check the paths to where Python or cx_freeze has been installed. Cheers, Larry
-----Original Message----- From: Gao, Liming [mailto:[email protected]] Sent: Wednesday, July 31, 2013 8:40 PM To: Olivier Martin; Pant, Alok; [email protected] Subject: Re: [edk2-buildtools] Basetool build under Windows FreezePython vs cxfreeze Alok: To freeze BaseTools in windows, you can try Using cx_Freeze 4.2.3 with Python 2.7.3, and set PYTHON_FREEZER_PATH env to point to cxfreeze directory. We have verified it. Thanks Liming -----Original Message----- From: Olivier Martin [mailto:[email protected]] Sent: Thursday, August 01, 2013 8:06 AM To: Pant, Alok; [email protected] Subject: Re: [edk2-buildtools] Basetool build under Windows FreezePython vs cxfreeze I tried in the past and it also failed. But I think the issue is the Python version. A colleague of mine recently tried and he had to use Python 2.5 or Python 2.6 (I think he told me Python 2.6). This page makes reference to 2.5: https://svn.code.sf.net/p/edk2-buildtools/code/trunk/BaseTools/BuildNotes.txt ________________________________________ From: Pant, Alok [[email protected]] Sent: 31 July 2013 23:53 To: [email protected] Subject: [edk2-buildtools] Basetool build under Windows FreezePython vs cxfreeze Hi all, I am trying to build EDKII Basetools under windows and get build error as I don't have FreezePython.exe needed by makefile. I can get it build using cxfreeze.bat packaged within python. May I ask if other windows based user see the same issue and addressed it other way. Else can makefile be modified to replace FreezePython.exe --> cxfreeze.bat set PYTHON_FREEZER_PATH=c:\Python27\Scripts File: BaseTools\Source\Python\Makefile #FREEZE=$(PYTHON_FREEZER_PATH)\FreezePython.exe FREEZE=$(PYTHON_FREEZER_PATH)\cxfreeze.bat Thanks -Alok ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel
