I'll try to start over again:
Windows7, Python3.2..
When I click on a *.py file
it starts up the python.exe interpreter in interactive mode.
What I want it to do, is to RUN the *.py file.
Please, how can I accomplish this.
A *.py file is associated with python.exe .
Thanks for your help...Vernon
vmars 0 Light Poster
Recommended Answers
Jump to Postyou should have python IDLE GUI if you downloaded the pakcage from python official site.
http://www.python.org/download/
select Python 3.2.3 Windows X86-64 MSI Installer .you will have IDLE after intalling .
open IDLE …
Jump to PostNormally in windows, if you click on a .py file, it runs the file in a cmd console. If you want to run the program without console, you can rename it with the .pyw extension.
Jump to PostBefore we all get royally confused, it looks like vmars installed portable python in a directory that is usually used for the nonportable Python version.
All 11 Replies
silvercats 10 Junior Poster
vmars 0 Light Poster
Gribouillis 1,391 Programming Explorer Team Colleague
silvercats 10 Junior Poster
silvercats 10 Junior Poster
Lardmeister 461 Posting Virtuoso
vmars 0 Light Poster
vmars 0 Light Poster
silvercats 10 Junior Poster
silvercats 10 Junior Poster
vmars 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.