Python Scripting Question

I would like to try some python scripting with the version of Rhino I downloaded last week. My TOOLS Menu doesn’t include the python editor mentioned on various sites and I can’t find any .py files in the distribution. I wonder what am I missing? I am new to Mac - I’m primarily a linux user. I also have little experience with the Windows version. I do a lot of geometry modelling/mesh generation using python with my own software but I am very interested in trying this.

Thanks
Tim

You need to download the Python for Mac module separately here… Once installed, you will have a command RunPythonScript. There is currently no script editor integrated into Mac however, you can only run them.

–Mitch

Mitch - Thanks. I got it.
Tim