Re: How to create an executable from python script in windows

2012-11-28 Thread Ulrich Eckhardt
Am 28.11.2012 07:43, schrieb Prakash: copying C:\Python24\lib\site-packages\py2exe\run_w.exe Python 2.4 was released 8 years ago and shouldn't be used for new development or learning any longer. The first step I would take is to upgrade to 2.7, which is the last in the 2

Re: How to create an executable from python script in windows

2012-11-27 Thread Prakash
It says like *** copy extensions *** *** copy dlls *** copying C:\Python24\lib\site-packages\py2exe\run_w.exe -> C:\Program Files (x86)\Notepad++\dist\build-check-test.exe Adding python24.dll as resource to C:\Program Files (x86)\Notepad++\dist\build-check-test.exe The following modules appear

Re: How to create an executable from python script in windows

2012-11-27 Thread Steven D'Aprano
On Tue, 27 Nov 2012 22:32:53 -0800, Prakash wrote: > I had created a python script which actually uses pywin32 com. It opens > few excel files and process it and produce output. Whenever I try to > create an windows exe file usin py2exe it diplays error. Please guide me > I am a noob in creating w