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
Hi sir,
Thanks for sharing this awesome library, it works smoothly in the editor!
However, when I tried to build the project (PC standalone in this case), I got this error which I could not understand why. It said "ArgumentException: The Assembly PresentationFramework is referenced by IronPython.Wpf ('Assets/Libs/Python/IronPython.2.7.9/lib/net45/IronPython.Wpf.dll'). But the dll is not allowed to be included or could not be found.", but I have this .dll file in my Assets folder already.
I set the Scripting Runtime Version to ".NET 4.x Equivalent" and Api Compatibility Level to ".NET 4.x".
I also tried to import IronPython from official website but still got the same error. Could you help me with this problem?