apertium / phenny

This is a port of phenny, a Python IRC bot, to Python3. This specific version, called begiak, is a fork of the Wadsworth version, used by the apertium project.
http://wiki.apertium.org/wiki/Begiak
Other
16 stars 42 forks source link

Modules imp and asynchat removed in Python 3.12 #603

Open TinoDidriksen opened 2 months ago

TinoDidriksen commented 2 months ago

I've upgraded the Torro server to latest Ubuntu 24.04 LTS, which has Python 3.12.

Phenny uses the imp module which says: "Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib."

Ditto for asynchat => asyncio

As a result, the bot doesn't currently run.

TinoDidriksen commented 2 months ago

Further errors: https://paste.debian.net/1328314/