[21:29:49] <KaibutsuX> can anyone help me out with some pil import issues?
[21:30:45] <KaibutsuX> I am sudo executing a python script which daemonizes itself as another user and once it's running it can successfully do: from PIL import Image, but it fails on from PIL import PngImagePlugin
[21:31:04] <KaibutsuX> however if I sudo su - username and manually run those two commands, they work perfectly fine