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
I have embedded a Python interpreter in my Qt application, and I want to provide an interface for this Python environment that is fully compatible with PySide. However, PySide installed via pip uses a different dynamic link library than the one used by my Qt application.