[BangPypers] Python Source to Exe

karthikeyan r karthikmscss at yahoo.com
Fri Dec 28 13:14:29 CET 2007


Finally i got to know how to create exe files using py2exe...

I went through the samples they given with py2exe utility... that setup.py file makes most of the things (even i didnt understand few things but just i created a exe from pyw file). 
Can anyone please tell me where to learn about the installation script file details.. 

Thanks in Advance,
Karthikeyan R


----- Original Message ----
From: karthikeyan r <karthikmscss at yahoo.com>
To: Bangalore Python Users Group - India <bangpypers at python.org>
Sent: Friday, 28 December, 2007 5:17:35 PM
Subject: Re: [BangPypers] Python Source to Exe


Hi,
I never heard about this.. what is that setup.py, in that documentation they mentioned its a installation script... where i can get that one..
Please let me know if anyone knows,
Thanks in Advance,
Karthikeyan R

----- Original Message ----
From: Anand Balachandran Pillai <abpillai at gmail.com>
To: Bangalore Python Users Group - India <bangpypers at python.org>
Sent: Friday, 28 December, 2007 2:16:55 PM
Subject: Re: [BangPypers] Python Source to Exe

Do you really need py2exe with the new bdist options of distutils ?

python setup.py bdist_wininst

should work and create a nice executable if you write a proper disutils
setup.py with the correct metadata. I am not sure about the detailed
steps involved since it is long time since I tried to create a Windows
executable from a Python program.

Read more at http://docs.python.org/dist/postinstallation-script.html

--Anand

On Dec 28, 2007 2:00 PM, Varun Soundararajan <s.varun at gmail.com> wrote:
> hey Karthikeyan,
>  you should look for the executable in the same directory, under dist folder
> (one of the 2 folders that is autocreated). (This is assuming you were
> unable to find the Exe even though py2xex works).
>
> Regards
> Varun
>
>
>
> On Dec 28, 2007 12:57 PM, Roshan Mathews <rmathews at gmail.com> wrote:
> >
> > On Dec 27, 2007 9:51 PM, karthikeyan r <karthikmscss at yahoo.com> wrote:
> >
> > > python command prompt, and also i tried to use py2exe utility that also
> > > working fine..
> > > I want to convert that file as exe, so i can execute that whenever i
> want..
> > > Anyone please tell me how to convert ..py or .pyw files to exe..
> > >
> > If py2exe is working fine, then what exactly is the problem?
> >
> > --
> > Roshan Mathews
> >
> >
> >
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
>
> --
> Regards
> --Varun S
> http://mailvarun.blogspot.com
>
> /* This mail was sent using 100% recycled electrons */
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
>



-- 
-Anand
_______________________________________________
BangPypers mailing list
BangPypers at python.org
http://mail.python.org/mailman/listinfo/bangpypers






Get the freedom to save as many mails as you wish. Click here to know how.


      Forgot the famous last words? Access your message archive online at http://in.messenger.yahoo.com/webmessengerpromo.php
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/bangpypers/attachments/20071228/86768858/attachment-0001.htm 


More information about the BangPypers mailing list