Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:

> I was wondering if someone knows of a better way to make an exe file
> out of python code. I would like to have just one exe file that once you
> run no other windows will pop up other than your application. If you use
> py2exe this will open up a DOS prompt which is not the desired output. Does
> anyone know how I can achieve this. Something similar to delphi exes. 

Change the 'console=' option in your setup.py to 'window=' :-)

-- 
John.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to