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