mumble-voip / mumble-scripts

Mumble scripts is a place for gathering various scripts written for the Mumble VoIP application.
https://www.mumble.info
48 stars 33 forks source link

Porting to Python 3 #26

Closed Wunderharke closed 2 years ago

Wunderharke commented 4 years ago

Is it possible to port those scripts to Python 3, since Python 2 is now officially not supported anymore?

I tried to run the LDAPAuthenticator however, after fixing some syntax with "2to3", python-daemon package seemed to be incompatible between versions for py3 and py2. I would really appreciate any help :)

Kissaki commented 4 years ago

Yes, it should be migrated.

Wunderharke commented 2 years ago

Solved by #31