[PyQt] module missing?
Phil Thompson
phil at riverbankcomputing.com
Sun Aug 4 12:00:09 BST 2019
On 04/08/2019 10:54, José Antonio Fernández Fernández wrote:
> Hello everyone.
>
> When trying to build my project with pyqtdeploy, using python 3.7.2 I
> get the following error:
> "" "
> File ": /odf/opendocument.py", line 44, in <module>
> File "bootstrap.py", line 983, in _find_and_load
> File "bootstrap.py", line 967, in _find_and_load_unlocked
> File "bootstrap.py", line 668, in _load_unlocked
> File "bootstrap.py", line 638, in _load_backward_compatible
> File ": /odf/odfmanifest.py", line 24, in <module>
> File "bootstrap.py", line 983, in _find_and_load
> File "bootstrap.py", line 967, in _find_and_load_unlocked
> File "bootstrap.py", line 668, in _load_unlocked
> File "bootstrap.py", line 638, in _load_backward_compatible
> File ": /defusedxml/sax.py", line 13, in <module>
> File "bootstrap.py", line 1035, in _handle_fromlist
> File "bootstrap.py", line 219, in _call_with_frames_removed
> File "bootstrap.py", line 983, in _find_and_load
> File "bootstrap.py", line 967, in _find_and_load_unlocked
> File "bootstrap.py", line 668, in _load_unlocked
> File "bootstrap.py", line 638, in _load_backward_compatible
> File ": /defusedxml/expatreader.py", line 10, in <module>
> File "bootstrap.py", line 983, in _find_and_load
> File "bootstrap.py", line 965, in _find_and_load_unlocked
> ModuleNotFoundError: No module named 'xml.sax.expatreader'
> "" "
>
>
> If I edit the project to update the .pdy, it does not appear in
> standar library xml.sax.xml.sax.expatreader, to select it.
> Is it a bug or is there a reason for this?.
It's just missing from the meta-data - probably because it seems to be
missing from the Python docs.
Phil
More information about the PyQt
mailing list