simondlevy / GooMPy

Google Maps in Python
GNU Lesser General Public License v3.0
84 stars 26 forks source link

IOError: cannot identify image file #7

Open BTHLin opened 4 years ago

BTHLin commented 4 years ago

Applied an API key, and tried to run the program but I got this error message. Does anyone have any similar situation? Or am I missing something? Thanks in advance.

File "C:\Python27\lib\site-packages\PIL\Image.py", line 2818, in open raise IOError("cannot identify image file %r" % (filename if filename else fp)) IOError: cannot identify image file <_io.BytesIO object at 0x0000000003438048>