Skip to content Skip to sidebar Skip to footer

Shiboken Cannot Be Imported

Because of issues discussed at this answer, I want to import the shiboken module. When I try import shiboken, I just get an ImportError. But my site-packages directory actually has

Solution 1:

Don't know if you fixed it already; I had the same problem, can you try

from Shiboken import shiboken

Post a Comment for "Shiboken Cannot Be Imported"