On 16 December 2012 23:09, Dustin Guerri <[email protected]> wrote:
> Hi there,
>
> I'm completely new to Python and to programming. I have the Python Launcher
> (v2.7.3) app installed on my system, and I'm running Mac OS X Mountain Lion.
> Does this mean I have Python itself installed ?
OSX ships with a Python installation, so every Mac has Python.
I guess you mean that you have installed a newer Python installation?
Try creating a plain text file called hello.py and putting the
following text in it:
print('hello world')
raw_input('Press any key to continue')
If you can run that program with the launcher then you're in business.
Oscar
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor