Commit 466191fa9e2b0eb33439a9ca5c4cb5622203573f
1 parent
dd1c83b9
Exists in
master
and in
5 other branches
FIX: fixed problem with PIL and win64 (AccessInit: hash collision: 3 for both 1 and 1)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/data_notebook.py
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | #-------------------------------------------------------------------------- | 20 | #-------------------------------------------------------------------------- |
21 | import sys | 21 | import sys |
22 | 22 | ||
23 | -import Image | 23 | +from PIL import Image |
24 | 24 | ||
25 | import wx | 25 | import wx |
26 | import wx.grid | 26 | import wx.grid |