Win python38.dll is not found
#1
Hi, I'm developing an add-on which depends on an addition module "cryptography". I've got an error message during the add-on initialization: "ImportError: DLL load failed while importing _rust: the specified module could not be found."

With the help of ProcessMonitor, I have found out the missing DLL is "python38.dll", which is the last DLL kodi.exe tried to load and failed during the add-on initialization. I have checked kodi's installation directory and could not found "python38.dll" but only "python3.8.dll". I'm a newbie to python,  I totally have no idea what is the difference between "pythong38.dll" and "python3.8.dll".

Could someone please tell me how to resolve the issue? Thanks.
Reply
#2
Thread moved to addon development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
How did you build cryptography?  From the docs I read "Cryptography ships statically-linked wheels for macOS, Windows, and Linux".  I'm thinking that's not going to work on kodi.

scott s.
.
maintainer of skin  Aeon MQ5 mods for post-Gotham Kodi releases:
Matrix see: Aeon MQ5 Mod Matrix release thread
Nexus see: Aeon MQ5 Mod Nexus release thread
Aeon MQ 5 skin and addon repo 11.1.0
Reply



Logout Mark Read Team Forum Stats Members Help
python38.dll is not found0
This forum uses Lukasz Tkacz MyBB addons.