I'm trying to use the Image class from the Python Image Library; I gather the package is installed because "import PIL" and "from PIL import Image" works without difficulty, but I'm still getting NoneType when trying to refer to the Image class.
Any ideas what could be causing this? Normally I'd resolve this by installing PIL in my gluon.contribs, but since the import isn't failing this should mean the package is already installed... right?