[Github-comments] [geany/geany] Python usage in build (#2896)

elextr notifications at xxxxx
Tue Sep 14 23:17:06 UTC 2021


I'm surprised there isn't already an issue for this, but I can't find it, better googlers may.

The python checks and commands used in the build need updating to python3.  The `python` command does not exist on many systems now.

1. `configure.ac` checks for `python` so the docs have to be disabled here, even though I have `python3` and a `rst2html` with `#!/usr/bin/python3` shebang.
2. `geany_gtkdoc_header.m4` explicitly checks for Python 2.7 if I read it right.
3. ctags tests all the .py files use `#!/usr/bin/python` or `#!/usr/bin/env python` both of which will fail
4. as above for scripts
5. python templates use `#!/usr/bin/env python`

There may be more.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2896
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210914/d0ff6b05/attachment.htm>


More information about the Github-comments mailing list