From 466191fa9e2b0eb33439a9ca5c4cb5622203573f Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Thu, 15 Mar 2012 14:23:00 +0000 Subject: [PATCH] FIX: fixed problem with PIL and win64 (AccessInit: hash collision: 3 for both 1 and 1) --- 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 d63d4d2..e1c074d 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -20,7 +20,7 @@ #-------------------------------------------------------------------------- import sys -import Image +from PIL import Image import wx import wx.grid -- libgit2 0.21.2