I had some difficulty getting PySide (Qt bindings) and PyGST working together on Microsoft Windows, so I thought I&#39;d share my working example. I&#39;ve attached the code, as well as made a github:gist (<a href="https://gist.github.com/1120231">https://gist.github.com/1120231</a>). Most of this is based on examples and tutorials I found, but I just brought it all together. For example, it took me a bit to realize that with PySide, QWidget.winId() returns a PyCObject, unlike PyQt which returns a void pointer, requiring the use of pythonapi.PyCObject_AsVoidPtr.<br>

<br>If you see any problems with this code, please let me know and I&#39;ll update the gist.<br><br>Thanks,<br>-Josh<br>