简体   繁体   中英

Python GTK+ 3 on Windows 10

I've installed latest version of pygi on my Windows 10 64-bit laptop. When I try the first tutorial program I get the following error:

ModuleNotFoundError: No module named 'gi'

I don't know what is the cause of it.

I think you have installed PyGObject from here . During installation, you have to manually select GTK+ libraries. They aren't installed automatically with the base packages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM