>> Also, is it possible to split off a program for the terminal that
>> started it? As in I type in python test.py and test.py runs in the
>> background and lets me do other things in that terminal?

try:
python test.py &

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to