문제

Has anyone done a successful build of shiboken for Python 2.7x64 on Windows 7. I've tried to follow tons of different instructions online and haven't been able to get it to build. I will happily PayPal someone if they have a build that they can just send me or some followable instructions.

도움이 되었습니까?

해결책

Instructions on how to compile PySide, including Shiboken are here

Also the shiboken binaries are included in every windows distribution. Just install the pyside python egg via easy_install and search for shiboken.exe in site packages.

EDIT:

Shiboken is now available on PyPI as standalone package. You can install shiboken binaries via pip or easy_install.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top