
October 18th, 2003, 06:21 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
I'm not really sure what you mean, could you give me a little more info?
If you want to execute another Python program from within Python you could check out exec_file(path)..
Or, if u want to run .test files with Python under windows you can select a program from a list if you double click on file, on *nix i dont think it matters which extension the file has as long as the shebang (#!/usr/bin/env python etc.) points to the right place!?
Have fun,
Mark.
__________________
programming language development: www.netytan.com – Hula
|