You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Hey! Thanks for posting this. Looks like this was introduced with this patch. It boils down to python's ctypes not having access to CC's preprocessors results.
Luckily, wand 0.5.0 has a temporary workaround for 32bit runtimes. If you can, set the environment variable WAND_REAL_TYPE=c_double. Perhaps even in your script before loading wand modules.
Python 3.6.5 (x32)
Windows 7
ImageMagic 7.0.8-23 Q16 (32bit) (2019-01-02)
Test Example:
` from wand.image import Image
Result: stdout:
Process finished with exit code -1073741819 (0xC0000005)`And gettng Windows crach error GUI message like:
APPCRASH Application name: python.exe application version :3.6.5150.1013
The text was updated successfully, but these errors were encountered: