I just updated from 10.6 to 10.8 in order to use Rhino for Mac again, but when Rhino starts I see a message:
The RhinoDLR_Python plug-in is not compatible and will not be installed.
I thought I might try reinstalling IronPython, so I went to the page here and clicked the link to download IronPython but it appears to redirect to the main website instead of providing the download.
When I type RunPythonScript I see RunPythonScript not implemented. How can I get Rhino Python working again?
Hi:
Thanks for reporting this. We recently did some server shifting and it look like perhaps that broke the link. I’ve just detailed it to the guys that can fix it.
Sorry for the inconvenience.
There is no exact recipe. You need a little experience in both languages (vb script and python) to understand what needs translation and how. You can then do a large amount of it with some global find-and-replace functions, then finish the rest “by hand” line by line. Of course, due to the larger variety of things you can do with Python, it is often more interesting to re-write the script to take better advantage of python’s capabilities, but that’s a different thing.