<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 16-10-2023 19:19, Dave Mielke wrote:<br>
</div>
<blockquote type="cite"
cite="mid:ZS1wtPO++Boj9kbg@beta.private.mielke.cc">
<pre class="moz-quote-pre" wrap="">[quoted lines by Leonard de Ruijter on 2023/10/16 at 18:46 +0200]
</pre>
<span style="white-space: pre-wrap">
</span>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">I have a working build environment now it seems,
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
How did you resolve the missing -lucrt issue?</pre>
</blockquote>
<p><br>
</p>
<p>I cheered too early. The UCRT issue is still there.<br>
</p>
<blockquote type="cite"
cite="mid:ZS1wtPO++Boj9kbg@beta.private.mielke.cc">
<pre class="moz-quote-pre" wrap="">
</pre>
<blockquote type="cite">
<pre class="moz-quote-pre" wrap="">so I should be able to build bindings for Python 3.11 and then NVDA is good to go.
</pre>
</blockquote>
<pre class="moz-quote-pre" wrap="">
Can you think of any reason that I shouldn't upgrade my own Windows build to use Python 3.11?</pre>
</blockquote>
<p><br>
</p>
<p>No, I can't. So if you could consider that and give it a try,
that would be wonderful.</p>
<p><br>
</p>
<p>Actually, the makefile might fail with running setup.py. You will
have to change bdist_wininst into bdist_egg. The newer versions of
python no longer support creating a windows installer.</p>
<p>Alternatively, you will need to install the wheel package with
pip and then use bdist_wheel.I actually think that would be the
proper way to go, as wheel is now the start of the art format to
install prebuidl Python packages.</p>
<p><br>
</p>
<p>Cheers,</p>
<p>Leonard<br>
</p>
</body>
</html>