nwg-piotr / nwg-wrapper

Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors
MIT License
139 stars 8 forks source link

Upgrade to Python 3.10 #23

Open FromOopsToOps opened 2 years ago

FromOopsToOps commented 2 years ago

How can we make this happen? I upgraded python to 3.10 on my computer and NWG stopped working due to pygobject not being compiled to support python 3.9.

I wanna help. :D

nwg-piotr commented 2 years ago

nwg-what? You mean nwg-wrapper?

I've been on python 3.10 for months. Currently 3.10.5.

You may need to reinstall all your python-based stuff.

FromOopsToOps commented 2 years ago

nwg-wrapper really.

That's odd, mine is still requesting 3.9 libraries (specific gi library). :thinking:

I'll download and run setup again.