I"m building the bpy module for use in an external editor and it builds without errors but when I try to import it in the (non-Blender) console it I get this:
import bpy
Traceback (most recent call last):
File “”, line 1, in
ImportError: DLL load failed: %1 is not a valid Win32 application.
The instructions were confusing about changing cmake for compiling as a module but running ‘make bpy’ seemed to be doing that already.
I also don’t really understand how to modify the ‘installation’ instructions for Windows since right now I’m using Thonny and it has it’s own Python. I made a few attempts to move the .dll files (referenced in the list of windows console commands to ‘install’ the module) but no luck. Anybody help with this?
(oh, btw, why is there a folder named ‘2.83’ in the same place as the final compiled bpy.pyd?)
thanks