Super basic Python for Rhino Mac issue

Hello everyone

I’ve got a very basic python issue. I’ve been using Python for Rhino for a couple months to run a script which lets me export hpgl data from Rhino – its been great. A week ago I upgraded my Mac to the latest release and now when I run the usual RunPythonScript command nothing happens. There is no pop up looking for the python script and there is no error message. Any ideas on whats going on or how to fix it would be immensely appreciated.

Thanks for your time!

You need to upgrade to the latest python build.

http://www.rhino3d.com/download/IronPython/5.0/wip

Make sure you have the latest build, this was fixed and a new build released not long after the problem was first reported and supposedly is working now.

–Mitch

I will give this a try… thanks for the help!