I try install pygobject by pip
pip install --user PyGObject
but I doesn\'t work:
Collecting PyGObject
Using cached pygob
C:\msys64\mingw32.exe
- a terminal window should pop uppacman -Suy
pacman -S mingw-w64-i686-gtk3 mingw-w64-i686-python3-gobject
gtk3-demo
hello.py
script you created to C:\msys64\home\
python3 hello.py
- a window should appear.sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
hello.py
script can be found (e.g. cd Desktop
)python3 hello.py
sudo apt install libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
pip3 install pycairo
to build and install Pycairopip3 install PyGObject
to build and install PyGObjecthello.py
script can be foundpython3 hello.py