How to execute/run a *.py file, win7, py3.2..?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Mon Apr 16 01:31:19 EDT 2012


On Sun, 15 Apr 2012 21:30:48 -0700, vmars316 wrote:

> Greetings,
> windows7, portablePython3.2:
> What if i wanted to send myProg.py to a friend to RUN (who has python
> installed).


If your friend has Python installed, then double-clicking the .py file 
should work fine.


> Isn't there a way just to doubleClick on myProg.py, to get it into the
> interpret/RUN?

Have you tried it? What makes you think it doesn't work?


> And yes. i am interested in py2exe or the like, for windows7. And would
> like to know what's available, like py2exe.

Have you tried py2exe?


-- 
Steven



More information about the Python-list mailing list