Re: only .exe

2012-11-25 Thread Steven D'Aprano
On Sun, 25 Nov 2012 14:09:49 -0800, bakie wrote: > how to make to complie my python code ? python -m compileall filename.py If this does not answer your question, please explain your question more carefully. We are not mind-readers, we cannot tell what you are thinking, only what you post.

Re: only .exe

2012-11-25 Thread bakie
ha !!! Is it not complie ? plz see bro / woman http://effbot.org/zone/python-compile.htm how to make only excutable file for python code ? -- http://mail.python.org/mailman/listinfo/python-list

Re: only .exe

2012-11-25 Thread bakie
how to make to complie my python code ? -- http://mail.python.org/mailman/listinfo/python-list

Re: only .exe

2012-11-24 Thread Ramchandra Apte
On Saturday, 24 November 2012 17:06:57 UTC+5:30, bakie wrote: > in the last question I try how to run py script with pycharm . > > thank dear bro ... > > > > and then I wanna have that program with .exe ( standalone installer ) . How > can i do that ? > > > > I tried with two ways > > 1

Re: only .exe

2012-11-24 Thread Christian Gollwitzer
Am 24.11.12 12:36, schrieb bakie: in the last question I try how to run py script with pycharm . thank dear bro ... and then I wanna have that program with .exe ( standalone installer ) . How can i do that ? I tried with two ways 1) py2exe 2) cx_freeze but I don't like that It has many file

only .exe

2012-11-24 Thread bakie
in the last question I try how to run py script with pycharm . thank dear bro ... and then I wanna have that program with .exe ( standalone installer ) . How can i do that ? I tried with two ways 1) py2exe 2) cx_freeze but I don't like that It has many file when i complie my script . which wa