You remember me asking about running a program in my code...I got a problem here
I copied the msgfmt here : [EMAIL PROTECTED] HEADER]$ ls allsamples Backup file-roller.HEAD.fa.po msgfmt.py header.py & my code is: #! /usr/bin/env python import os from os import execl os.execl ('/home/sara/PYTHON/HEADER/msgfmt.py', 'file-roller.HEAD.fa.po') But when I run it, this Error raises: [EMAIL PROTECTED] HEADER]$ python run.py /usr/bin/env: python2.2: No such file or directory Do you have any solutions? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-list