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

crashes on debian 10.1, python 3.7.3 #55

Open
hoosierEE opened this issue Nov 3, 2019 · 1 comment
Open

crashes on debian 10.1, python 3.7.3 #55

hoosierEE opened this issue Nov 3, 2019 · 1 comment

Comments

@hoosierEE
Copy link

From a fresh clone of this repo, master branch, I modified the first line to be this:

#!/usr/bin/python3

It crashes:

./ssh-ident me@somehost

Traceback (most recent call last):
  File "./ssh-ident", line 316, in <module>
    import distutils.spawn
ModuleNotFoundError: No module named 'distutils.spawn'

Python3's distutils module has a different interface from python2, but my sense is that you're mainly using it for the find_executable feature. There is shutil.which() in python3 that might be a good alternative.

@hoosierEE
Copy link
Author

I created a pull request for this at #56

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

1 participant