IronLanguages / main

Work for this repo has moved to https://github.com/IronLanguages/ironpython2
1.16k stars 350 forks source link

IronPython 2.7.6 makes Rhino3D crash #1481

Closed deviezeviking closed 7 years ago

deviezeviking commented 7 years ago

Hi all,

Not sure if this is a IronPython problem, or rather a Rhino3D problem, but when using IronPython 2.7.6 in combination with Rhino3D, Rhino3D crashes.

This happens in the following situation. Rhino ships with IronPython 2.7.0 beta, which raises all sorts of error when using dictionaries. This is easily fixed by making Rhino use a final release of IronPython, for example 2.7.5 final.

However, as said, for whatever reason the latest IronPython 2.7.6 makes Rhino crash, as soon as any Python script is executed.

Any insight in the cause of this problem would be helpful.

Thanks!

slozier commented 7 years ago

I tried it over here and it worked, maybe you can give more details about how you set it up? Here's what I did:

slide commented 7 years ago

Please reopen on IronLanguages/ironpython2 if this is still an issue.