I have built a gui using wxpython and i wanna run this python script inside blender using
the text editior screen , but when i press Alt+p an error appeared on the statement
“import wx”
where the error in tho console is :
ImportError: DLL load failed: a dynamic link library <DLL> initialization routine failed
so please, how can i solve this problem to make it run successfully?