- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a workaround for importing dynamically generated .so/.pyd files whilst running a modular input ?
nns97
New Member
03-07-2019
02:19 AM
My modular input script imports the cryptography library :
- import cryptography.hazmat.bindings._padding
This '_padding.so' is generated at runtime on my Linux machine which results in an import error when I open my add-on in the browser and apparently, the modular input fails to initialize.