<p></p>
<p>I'm surprised there isn't already an issue for this, but I can't find it, better googlers may.</p>
<p>The python checks and commands used in the build need updating to python3.  The <code>python</code> command does not exist on many systems now.</p>
<ol>
<li><code>configure.ac</code> checks for <code>python</code> so the docs have to be disabled here, even though I have <code>python3</code> and a <code>rst2html</code> with <code>#!/usr/bin/python3</code> shebang.</li>
<li><code>geany_gtkdoc_header.m4</code> explicitly checks for Python 2.7 if I read it right.</li>
<li>ctags tests all the .py files use <code>#!/usr/bin/python</code> or <code>#!/usr/bin/env python</code> both of which will fail</li>
<li>as above for scripts</li>
<li>python templates use <code>#!/usr/bin/env python</code></li>
</ol>
<p>There may be more.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2896">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJZR4OQ6ZDC7PNCJNL3UB7JXFANCNFSM5EBFYBOA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAIOWJ5GGCOAFFOF53KWKN3UB7JXFA5CNFSM5EBFYBOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4O3FSXYQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2896",
"url": "https://github.com/geany/geany/issues/2896",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>