python - no module named Pillow._imaging -


as can see @ right, _imaging.c module presant

when try

import pillow.selftest 

no problem. but, can see,

import pillow._imaging 

raises importerror. have been trying rename c-module, move lib folder, importing other (.py) modules in same folder, works. nothing seems work, idea why?

as can see, im using windows 7, python 3.3 , pillow fork of pil

which version of pillow using? neither 1.1.7 or 2.0.0 have import pillow._imaging core within image.py.

it looks have copied contents of source archive lib without running setup.py, necessary compile c modules. try using windows installer available on pypi


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -