[New-bugs-announce] [issue46276] ImportError: DLL load failed while importing
Zombo
report at bugs.python.org
Wed Jan 5 23:21:31 EST 2022
New submission from Zombo <srpen6 at gmail.com>:
This code fails:
>>> import _frida
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed while importing _frida: The specified module could not be found.
works as expected with Python 3.9
https://github.com/frida/frida-python/blob/main/frida/__init__.py
----------
messages: 409815
nosy: 89z
priority: normal
severity: normal
status: open
title: ImportError: DLL load failed while importing
type: crash
versions: Python 3.10
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46276>
_______________________________________
More information about the New-bugs-announce
mailing list