On Mon, Aug 10, 2009 at 6:44 AM, Hagbard <[email protected]> wrote: > .... You can run programs from Python Command Line, right?
If you mean, from an interactive Python session when you are typing things after a prompt of '>>>': No, you can only execute Python statements there. The suggested usage of "media_player.py filename" is only meant for a shell or operating system command line. There is no trivial rule for turning that into a Python statement, though in specific cases it's often possible. - Bruce --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
