From 68794cab85be6c7c89c3a22dfde9428161ee2f59 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 8 Aug 2012 19:40:07 +0000 Subject: [PATCH] Resolved the problem with the import of PIL --- invesalius/gui/data_notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index ac21f89..bef3272 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -20,7 +20,7 @@ #-------------------------------------------------------------------------- import sys -from PIL import Image +import Image import wx import wx.grid -- libgit2 0.21.2