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
While testing our libRoadRunner Python package on the latest WinPython release, we encountered an unusual issue with library imports. Specifically, we get:
ImportError: DLL load failed while importing _roadrunner: A dynamic link library (DLL) initialization routine failed.
but only when importing the library in Spyder installed within WinPython. The same package works fine with Anaconda, WinPython Interpreter directly, or even Jupyter installed within WinPython.