Page 1 of 1

module error

Posted: Tue Nov 21, 2017 7:17 pm
by Speed0x
ImportError: Module use of python35.dll conflicts with this version of Python.


can this be patched from source pythons side, or do i have to update the module?

Re: module error

Posted: Tue Nov 21, 2017 7:29 pm
by Ayuto
Could you please elaborate this a little bit more? I'm missing a detailed description of the problem (where/when does this error occur? what's your setup?, etc.).

Re: module error

Posted: Tue Nov 21, 2017 7:32 pm
by Speed0x
im loading a module ".pyd" file that is compiled for python35. but since source python runs python36, im wondering if it is possible to patch the error to run with an old python35.dll file, or sthn similar? could this be done from sp?
or
do i have to wait for my module to be udpated....

i hope thats more elaborated

Re: module error

Posted: Tue Nov 21, 2017 7:37 pm
by Ayuto
You could recompile the module on your own, if you don't want to wait.

Which module are you trying to import?

Re: module error

Posted: Tue Nov 21, 2017 7:54 pm
by Speed0x
kk thanks i just recompiled it into the correct version of sp

EDIT: its a custom module