Search found 1 match

by neelix2018
Wednesday 12 December 2018 13:14
Forum: Python
Topic: phyton script in Events only runs once
Replies: 5
Views: 1384

Re: phyton script in Events only runs once

I am experiencing the same behaviour with importing ctypes. I have narrowed it down to the point that execution freezes when "_ctypes.pyd" is being imported. I believe all the paths are ok, as I can import ctypes in pure python with no problems. Can anyone explain the reason for this ? Are my ...