dominichayesferen / Chicagofier

An automatic Chicago95 script for Xubuntu
GNU General Public License v2.0
84 stars 5 forks source link

Chicagofier doesn't depend on python3-gi #5

Open Tablecloth39 opened 11 months ago

Tablecloth39 commented 11 months ago

Traceback (most recent call last): File "/tmp/ChicagoStuff11288/Chicago95/./installer.py", line 3, in import gi ModuleNotFoundError: No module named 'gi'

I installed Python gi and ran the script again, but the issue persists.

dominichayesferen commented 11 months ago

sudo apt install python3-gi

Tablecloth39 commented 11 months ago

I tried that and pip install gi and PyGobjects. I still get the same issue