Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is python2 still required? #4

Open
e1mo opened this issue Sep 6, 2020 · 2 comments
Open

Is python2 still required? #4

e1mo opened this issue Sep 6, 2020 · 2 comments

Comments

@e1mo
Copy link

e1mo commented Sep 6, 2020

On newer systems there is no python2.7 available anymore. Is it a hard requirement or just a leftover? I have done a bit of quick searching around and haven't found a definitive answer if mumble web or any of its dependencies require python2.7.

Has anyone tried running it with python3 on a modern system?

ExecStart=/usr/bin/python2.7 /usr/bin/python2-websockify \

path: /usr/bin/python2.7

@xshadow
Copy link
Contributor

xshadow commented Sep 14, 2020

Hello e1mo, this effects only the mumble-web.service - which is disabled by default. We haven't tried it on python2.7-free systems yet, since the latest Debian (10 / Buster), still has Debian support.

You could create a branch, add the newest Ubuntu in .travis.yml and enable mumble-web in the defaults and change the /usr/bin/python2 to /usr/bin/python3

env:
  matrix:
    - MOLECULE_DISTRO: debian10
    - MOLECULE_DISTRO: debian9

@e1mo
Copy link
Author

e1mo commented Sep 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants