CS176C-Homework-4 icon indicating copy to clipboard operation
CS176C-Homework-4 copied to clipboard

I can't see the "Image" module when I try to run...

Open AustinDamn opened this issue 9 years ago • 1 comments

Hello, thanks you share the code first, but I cant's see the "Image" module... or something I do wrong? could you tell me ? thanks!

Traceback (most recent call last): File "D:\python\Stream_Sample\CS176C-Homework-4-master\ClientLauncher.py", line 3, in from Client import Client File "D:\python\Stream_Sample\CS176C-Homework-4-master\Client.py", line 3, in import Image, ImageTk ImportError: No module named Image

AustinDamn avatar Sep 15 '15 15:09 AustinDamn

My environment is Ubuntu14.04. Try the following command on the shell:

sudo apt-get install python-tk python-imaging-tk

As I encounter the same problem, the command solved.

SunnerLi avatar Feb 26 '16 00:02 SunnerLi