How to create an executable from python script in windows

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Nov 28 01:37:01 EST 2012


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 windows executable. Thanks in advance


Would you like us to guess what the error is? I love guessing games!

My guess is... "File not found". You need to give the right name for the 
file. Am I close?

If my guess was wrong, you need to tell us what the error is.



-- 
Steven



More information about the Python-list mailing list