<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body><div style="font-family:Helvetica,Arial;font-size:13px; ; ">Further to my last,</div><div style="font-family:Helvetica,Arial;font-size:13px; ; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; ; ">It seems to me that ‘_abc’ is a module that is compiled from C and therefore should be included in the python shared lib (is that correct?) and ‘_py_abc’ is a fallback pure python implementation that is not being included as it shouldn’t be needed. If thats’s the case: why can’t my application find the ‘abc’ module in the python lib? Where should I start to look for my misconfiguration?</div><div style="font-family:Helvetica,Arial;font-size:13px; ; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; ; ">Thanks, Rob</div> <br> <div class="gmail_signature"></div> <br><p class="airmail_on">On 30 July 2019 at 13:16:23, Rob Kent (<a href="mailto:rob@gulon.co.uk">rob@gulon.co.uk</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>




<title></title>


<div style="font-family:Helvetica,Arial;font-size:13px; ;">
<div style="margin: 0px;">HI there,</div>
<div style="margin: 0px;"><br></div>
<div style="margin: 0px;">I’m creating a dead simple application to
test a pyqtdeploy sysroot. Everything builds fine, but when I run
it I get the following error:</div>
<div style="margin: 0px;"><br></div>
<div style="margin: 0px;"><br></div>
<div style="margin: 0px;">Fatal Python error: init_sys_streams:
can't initialize sys standard streams</div>
<div style="margin: 0px;">Traceback (most recent call last):</div>
<div style="margin: 0px;">  File ":/abc.py", line 105, in
<module></div>
<div style="margin: 0px;">  File "bootstrap.py", line 983, in
_find_and_load</div>
<div style="margin: 0px;">  File "bootstrap.py", line 965, in
_find_and_load_unlocked</div>
<div style="margin: 0px;">ModuleNotFoundError: No module named
'_abc'</div>
<div style="margin: 0px;"><br></div>
<div style="margin: 0px;">During handling of the above exception,
another exception occurred:</div>
<div style="margin: 0px;"><br></div>
<div style="margin: 0px;">Traceback (most recent call last):</div>
<div style="margin: 0px;">  File "bootstrap.py", line 983, in
_find_and_load</div>
<div style="margin: 0px;">  File "bootstrap.py", line 967, in
_find_and_load_unlocked</div>
<div style="margin: 0px;">  File "bootstrap.py", line 668, in
_load_unlocked</div>
<div style="margin: 0px;">  File "bootstrap.py", line 638, in
_load_backward_compatible</div>
<div style="margin: 0px;">  File ":/io.py", line 52, in
<module></div>
<div style="margin: 0px;">  File "bootstrap.py", line 983, in
_find_and_load</div>
<div style="margin: 0px;">  File "bootstrap.py", line 967, in
_find_and_load_unlocked</div>
<div style="margin: 0px;">  File "bootstrap.py", line 668, in
_load_unlocked</div>
<div style="margin: 0px;">  File "bootstrap.py", line 638, in
_load_backward_compatible</div>
<div style="margin: 0px;">  File ":/abc.py", line 109, in
<module></div>
<div style="margin: 0px;">  File "bootstrap.py", line 983, in
_find_and_load</div>
<div style="margin: 0px;">  File "bootstrap.py", line 965, in
_find_and_load_unlocked</div>
<div style="margin: 0px;">ModuleNotFoundError: No module named
'_py_abc'</div>
</div>
<div><br></div>
<div>When I check the listed frozen files from pyqtdeploy-build
although abc.py is there, neither _abc.py or _py_abc are included,
although they are there in the lib directory.</div>
<div><br></div>
<div>My setup is:</div>
<div><br></div>
<div>Windows 10</div>
<div>MSVC 2017</div>
<div>Python 3.7.2</div>
<div>Qt 5.13.0</div>
<div>Sip 4.19.18</div>
<div>PyQt 5.13.0</div>
<div><br></div>
<div>My pyqtdeploy project file is set to use the windows shared
library.</div>
<div><br></div>
<div>Any help gratefully appreciated,</div>
<div><br></div>
<div>Rob</div>
<div><br></div>
<div class="gmail_signature"></div>


_______________________________________________<br>PyQt mailing list    PyQt@riverbankcomputing.com<br>https://www.riverbankcomputing.com/mailman/listinfo/pyqt<br></div></div></span></blockquote></body></html>