This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author 89z
Recipients 89z
Date 2022-01-06.04:21:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641442891.56.0.592607376526.issue46276@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-01-06 04:21:3189zsetrecipients: + 89z
2022-01-06 04:21:3189zsetmessageid: <1641442891.56.0.592607376526.issue46276@roundup.psfhosted.org>
2022-01-06 04:21:3189zlinkissue46276 messages
2022-01-06 04:21:3189zcreate