mhogg / pyvxray

An ABAQUS plug-in for the creation of virtual x-rays from 3D finite element bone/implant models
MIT License
13 stars 6 forks source link

Error in loading Pillow within ABAQUS GUI script #10

Closed mhogg closed 9 years ago

mhogg commented 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.

mhogg commented 9 years ago

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)