blob: 48031b097f301440b67ade5d2d9eb90dd1b0cc61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
==========================
Frequently Asked Questions
==========================
How can I use PyGObject with the official CPython builds on Windows?
--------------------------------------------------------------------
https://sourceforge.net/projects/pygobjectwin32 provides binaries which should
be ABI compatible with the official CPython binaries. I'd recommend using
msys2 if at all possible, since there are more people involved and it's easier
to fix/patch things yourself.
|