Hello, is there a way to compile a python file foo.py to foo.pyc (or foo.pyo) such that foo.pyc can be run with 'foo.pyc' (as opposed to 'python foo.pyc') on the command line?
Jörg Schuster -- http://mail.python.org/mailman/listinfo/python-list
Hello, is there a way to compile a python file foo.py to foo.pyc (or foo.pyo) such that foo.pyc can be run with 'foo.pyc' (as opposed to 'python foo.pyc') on the command line?
Jörg Schuster -- http://mail.python.org/mailman/listinfo/python-list