You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classSystem::Objectdefinitializeendendrequires'some/module'# Rest of your code.
Something happens in the IronRuby engine where it can't find the constructor for the Object class.
I got here through your question: http://stackoverflow.com/a/14309322/697862
The text was updated successfully, but these errors were encountered:
Something happens in the IronRuby engine where it can't find the
constructor for the Object class.
I got here through your question: http://stackoverflow.com/a/14309322/697862
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/1.
Hi Patrick, Thanks for the interest in this. I'll have to dig into
again...which I can start on after I get back to normal routine next year :)
Until then, have a happy new year!
Josh
On Dec 25, 2013 5:08 PM, "Patrick Magee" [email protected] wrote:
The readme still shows that you are having issues related to this, is this
fixed now, any chance of a nuget package like IronPythonMef?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-31206071
.
The fix is to put before any requires calls:
Something happens in the IronRuby engine where it can't find the constructor for the Object class.
I got here through your question:
http://stackoverflow.com/a/14309322/697862
The text was updated successfully, but these errors were encountered: