Python Script not working - from PIL import Image

@Akash_Khobare ,

As it already works in case of simple imports, maybe it is due to the reason that the module needs to be installed first. Take a look at the below post where I install the specific module and execute it. You don’t need to concentrate on other parts, just the installation of the module, in your case the module PIL

1 Like