English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I downloaded a programme to discover it runs on the python operating system. It downloaded as a winrar file with loads of info, but no setup or .exe.
I then downloaded python which is stored in c:/python25.
How do i open the download in python?

2007-11-15 20:35:36 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

Python is a programming language, not an operating system. You can download it from http://www.python.org/ if your installation is incomplete.

2007-11-15 21:03:14 · answer #1 · answered by Runa 7 · 0 0

You'll need to give a bit more information. What is the program you downloaded?

Python is a programming language, so what you have is probably a tool to use in that language. It's very unusual for actual programs meant for the end user to just be supplied as a Python file.

2007-11-16 09:04:35 · answer #2 · answered by Daniel R 6 · 1 0

this is a random guess but should work

go to start > run > "cmd"
then type "python" with a space and then the file to run

so it looks like
python test.txt

try it with all of the files until it works

2007-11-16 04:41:40 · answer #3 · answered by Daniel H 3 · 1 0

fedest.com, questions and answers