Y
Hacker News
new
|
ask
|
show
|
jobs
by
semi-extrinsic
339 days ago
Just try it. IIRC, to do the PIL import correctly you have to
import PIL.Image
Turns out that matplotlib (and probably lots of other stuff) does that, and then it gets resolved correctly.
1 comments
aidos
339 days ago
Oh right, gotcha. I always do from PIL import Image
link