Closed mhogg closed 9 years ago
Getting an error about being unable to import PIL. This only occurs in the GUI script. The same import is done in the kernel and it works ok. Current fix is to comment out the PIL.Image import check in the GUI script.
Fixed in current master. Removed import of PIL from GUI script. It is still imported in the kernel script (and doesn't cause an error there)
Getting an error about being unable to import PIL. This only occurs in the GUI script. The same import is done in the kernel and it works ok. Current fix is to comment out the PIL.Image import check in the GUI script.