Python中通过PIL-1.1.7.win32-py2.7.exe安装PIL结果出错:Python version 2.7 required, which was not found in the

【问题】

在:

【记录】下载和安装Python的第三方图像处理的库:PIL(Python Imaging Library)

的过程中,下载好了PIL-1.1.7.win32-py2.7.exe,去安装,结果出错:

Python version 2.7 required, which was not found in the registry

Python version 2.7 required which was not found in the registry

其中当前系统环境是:

win7 x64

Python 2.7

【解决过程】

1. 估计是由于,我当前的Python是64位的:

Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32

所导致的此错误。

2.那就只有去试试,从源码去编译再安装了。

http://effbot.org/downloads/#pil

找到:

PIL-1.1.7.tar.gz [506k]

下载下来,解压,得到目录PIL-1.1.7

3.打开cmd,切换到对应目录去执行安装:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
D:\tmp\dev_tools\python\PIL\PIL-1.1.7>setup.py install
running install
running build
running build_py
creating build
creating build\lib.win-amd64-2.7
copying PIL\ArgImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\BdfFontFile.py -> build\lib.win-amd64-2.7
copying PIL\BmpImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\BufrStubImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\ContainerIO.py -> build\lib.win-amd64-2.7
copying PIL\CurImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\DcxImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\EpsImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\ExifTags.py -> build\lib.win-amd64-2.7
copying PIL\FitsStubImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\FliImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\FontFile.py -> build\lib.win-amd64-2.7
copying PIL\FpxImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\GbrImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\GdImageFile.py -> build\lib.win-amd64-2.7
copying PIL\GifImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\GimpGradientFile.py -> build\lib.win-amd64-2.7
copying PIL\GimpPaletteFile.py -> build\lib.win-amd64-2.7
copying PIL\GribStubImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\Hdf5StubImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\IcnsImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\IcoImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\Image.py -> build\lib.win-amd64-2.7
copying PIL\ImageChops.py -> build\lib.win-amd64-2.7
copying PIL\ImageCms.py -> build\lib.win-amd64-2.7
copying PIL\ImageColor.py -> build\lib.win-amd64-2.7
copying PIL\ImageDraw.py -> build\lib.win-amd64-2.7
copying PIL\ImageDraw2.py -> build\lib.win-amd64-2.7
copying PIL\ImageEnhance.py -> build\lib.win-amd64-2.7
copying PIL\ImageFile.py -> build\lib.win-amd64-2.7
copying PIL\ImageFileIO.py -> build\lib.win-amd64-2.7
copying PIL\ImageFilter.py -> build\lib.win-amd64-2.7
copying PIL\ImageFont.py -> build\lib.win-amd64-2.7
copying PIL\ImageGL.py -> build\lib.win-amd64-2.7
copying PIL\ImageGrab.py -> build\lib.win-amd64-2.7
copying PIL\ImageMath.py -> build\lib.win-amd64-2.7
copying PIL\ImageMode.py -> build\lib.win-amd64-2.7
copying PIL\ImageOps.py -> build\lib.win-amd64-2.7
copying PIL\ImagePalette.py -> build\lib.win-amd64-2.7
copying PIL\ImagePath.py -> build\lib.win-amd64-2.7
copying PIL\ImageQt.py -> build\lib.win-amd64-2.7
copying PIL\ImageSequence.py -> build\lib.win-amd64-2.7
copying PIL\ImageShow.py -> build\lib.win-amd64-2.7
copying PIL\ImageStat.py -> build\lib.win-amd64-2.7
copying PIL\ImageTk.py -> build\lib.win-amd64-2.7
copying PIL\ImageTransform.py -> build\lib.win-amd64-2.7
copying PIL\ImageWin.py -> build\lib.win-amd64-2.7
copying PIL\ImImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\ImtImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\IptcImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\JpegImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\McIdasImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\MicImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\MpegImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\MspImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\OleFileIO.py -> build\lib.win-amd64-2.7
copying PIL\PaletteFile.py -> build\lib.win-amd64-2.7
copying PIL\PalmImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PcdImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PcfFontFile.py -> build\lib.win-amd64-2.7
copying PIL\PcxImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PdfImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PixarImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PngImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PpmImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PsdImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\PSDraw.py -> build\lib.win-amd64-2.7
copying PIL\SgiImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\SpiderImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\SunImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\TarIO.py -> build\lib.win-amd64-2.7
copying PIL\TgaImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\TiffImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\TiffTags.py -> build\lib.win-amd64-2.7
copying PIL\WalImageFile.py -> build\lib.win-amd64-2.7
copying PIL\WmfImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\XbmImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\XpmImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\XVThumbImagePlugin.py -> build\lib.win-amd64-2.7
copying PIL\__init__.py -> build\lib.win-amd64-2.7
running build_ext
building '_imaging' extension
error: Unable to find vcvarsall.bat
 
D:\tmp\dev_tools\python\PIL\PIL-1.1.7>

正如所料的,出现了error: Unable to find vcvarsall.bat

4.参考之前就折腾过的:

【已解决】安装Python模块mmseg出错:error: Unable to find vcvarsall.bat

先去设置一下,再编译,就可以了:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
D:\tmp\dev_tools\python\PIL\PIL-1.1.7>SET VS90COMNTOOLS=%VS100COMNTOOLS%
 
D:\tmp\dev_tools\python\PIL\PIL-1.1.7>setup.py install
...
...
...
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Bands.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Bands.obj
Bands.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \BitDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\BitDecode.obj
BitDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Blend.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Blend.obj
Blend.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Chops.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Chops.obj
Chops.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Convert.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Convert.obj
Convert.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \ConvertYCbCr.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\ConvertYCbCr.obj
ConvertYCbCr.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Copy.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Copy.obj
Copy.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Crc32.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Crc32.obj
Crc32.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Crop.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Crop.obj
Crop.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Dib.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Dib.obj
Dib.c
libImaging\Dib.c(88) : warning C4267: '=' : conversion from 'size_t' to 'WORD' , possible loss of data
libImaging\Dib.c(111) : warning C4267: '=' : conversion from 'size_t' to 'int' , possible loss of data
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Draw.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Draw.obj
Draw.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Effects.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Effects.obj
Effects.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \EpsEncode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\EpsEncode.obj
EpsEncode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \File.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\File.obj
File.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Fill.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Fill.obj
Fill.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Filter.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Filter.obj
Filter.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \FliDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\FliDecode.obj
FliDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Geometry.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Geometry.obj
Geometry.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \GetBBox.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\GetBBox.obj
GetBBox.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \GifDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\GifDecode.obj
GifDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \GifEncode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\GifEncode.obj
GifEncode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \HexDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\HexDecode.obj
HexDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Histo.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Histo.obj
Histo.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \JpegDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\JpegDecode.obj
JpegDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \JpegEncode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\JpegEncode.obj
JpegEncode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \LzwDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\LzwDecode.obj
LzwDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Matrix.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Matrix.obj
Matrix.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \ModeFilter.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\ModeFilter.obj
ModeFilter.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \MspDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\MspDecode.obj
MspDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Negative.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Negative.obj
Negative.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Offset.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Offset.obj
Offset.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Pack.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Pack.obj
Pack.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \PackDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\PackDecode.obj
PackDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Palette.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Palette.obj
Palette.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Paste.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Paste.obj
Paste.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Quant.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Quant.obj
Quant.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \QuantHash.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\QuantHash.obj
QuantHash.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \QuantHeap.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\QuantHeap.obj
QuantHeap.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \PcdDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\PcdDecode.obj
PcdDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \PcxDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\PcxDecode.obj
PcxDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \PcxEncode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\PcxEncode.obj
PcxEncode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Point.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Point.obj
Point.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \RankFilter.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\RankFilter.obj
RankFilter.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \RawDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\RawDecode.obj
RawDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \RawEncode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\RawEncode.obj
RawEncode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Storage.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Storage.obj
Storage.c
libImaging\Storage.c(370) : warning C4267: '=' : conversion from 'size_t' to 'int' , possible loss of data
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \SunRleDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\SunRleDecode.obj
SunRleDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \TgaRleDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\TgaRleDecode.obj
TgaRleDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \Unpack.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\Unpack.obj
Unpack.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \UnpackYCC.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\UnpackYCC.obj
UnpackYCC.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \UnsharpMask.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\UnsharpMask.obj
UnsharpMask.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \XbmDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\XbmDecode.obj
XbmDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \XbmEncode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\XbmEncode.obj
XbmEncode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \ZipDecode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\ZipDecode.obj
ZipDecode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /TclibImaging \ZipEncode.c /Fobuild \temp.win-amd64-2.7\Release\libImaging\ZipEncode.obj
ZipEncode.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\link.exe /DLL /nologo /INCREMENTAL :NO /LIBPATH :D:\tmp\dev_install_root\Python27_x64\lib /LIBPATH :D:\tmp\dev_install_root\Python27_x64\l
ibs /LIBPATH :D:\tmp\dev_install_root\Python27_x64\PCbuild\amd64 kernel32.lib user32.lib gdi32.lib /EXPORT :init_imaging build\temp.win-amd64-2.7\Release\_imaging.obj build\temp.win-amd64-2.7\Release\de
code.obj build\temp.win-amd64-2.7\Release\encode.obj build\temp.win-amd64-2.7\Release\map.obj build\temp.win-amd64-2.7\Release\display.obj build\temp.win-amd64-2.7\Release\outline.obj build\temp.win-a
md64-2.7\Release\path.obj build\temp.win-amd64-2.7\Release\libImaging\Access.obj build\temp.win-amd64-2.7\Release\libImaging\Antialias.obj build\temp.win-amd64-2.7\Release\libImaging\Bands.obj build\t
emp.win-amd64-2.7\Release\libImaging\BitDecode.obj build\temp.win-amd64-2.7\Release\libImaging\Blend.obj build\temp.win-amd64-2.7\Release\libImaging\Chops.obj build\temp.win-amd64-2.7\Release\libImagi
ng\Convert.obj build\temp.win-amd64-2.7\Release\libImaging\ConvertYCbCr.obj build\temp.win-amd64-2.7\Release\libImaging\Copy.obj build\temp.win-amd64-2.7\Release\libImaging\Crc32.obj build\temp.win-am
d64-2.7\Release\libImaging\Crop.obj build\temp.win-amd64-2.7\Release\libImaging\Dib.obj build\temp.win-amd64-2.7\Release\libImaging\Draw.obj build\temp.win-amd64-2.7\Release\libImaging\Effects.obj bui
ld\temp.win-amd64-2.7\Release\libImaging\EpsEncode.obj build\temp.win-amd64-2.7\Release\libImaging\File.obj build\temp.win-amd64-2.7\Release\libImaging\Fill.obj build\temp.win-amd64-2.7\Release\libIma
ging\Filter.obj build\temp.win-amd64-2.7\Release\libImaging\FliDecode.obj build\temp.win-amd64-2.7\Release\libImaging\Geometry.obj build\temp.win-amd64-2.7\Release\libImaging\GetBBox.obj build\temp.wi
n-amd64-2.7\Release\libImaging\GifDecode.obj build\temp.win-amd64-2.7\Release\libImaging\GifEncode.obj build\temp.win-amd64-2.7\Release\libImaging\HexDecode.obj build\temp.win-amd64-2.7\Release\libIma
ging\Histo.obj build\temp.win-amd64-2.7\Release\libImaging\JpegDecode.obj build\temp.win-amd64-2.7\Release\libImaging\JpegEncode.obj build\temp.win-amd64-2.7\Release\libImaging\LzwDecode.obj build\tem
p.win-amd64-2.7\Release\libImaging\Matrix.obj build\temp.win-amd64-2.7\Release\libImaging\ModeFilter.obj build\temp.win-amd64-2.7\Release\libImaging\MspDecode.obj build\temp.win-amd64-2.7\Release\libI
maging\Negative.obj build\temp.win-amd64-2.7\Release\libImaging\Offset.obj build\temp.win-amd64-2.7\Release\libImaging\Pack.obj build\temp.win-amd64-2.7\Release\libImaging\PackDecode.obj build\temp.wi
n-amd64-2.7\Release\libImaging\Palette.obj build\temp.win-amd64-2.7\Release\libImaging\Paste.obj build\temp.win-amd64-2.7\Release\libImaging\Quant.obj build\temp.win-amd64-2.7\Release\libImaging\Quant
Hash.obj build\temp.win-amd64-2.7\Release\libImaging\QuantHeap.obj build\temp.win-amd64-2.7\Release\libImaging\PcdDecode.obj build\temp.win-amd64-2.7\Release\libImaging\PcxDecode.obj build\temp.win-am
d64-2.7\Release\libImaging\PcxEncode.obj build\temp.win-amd64-2.7\Release\libImaging\Point.obj build\temp.win-amd64-2.7\Release\libImaging\RankFilter.obj build\temp.win-amd64-2.7\Release\libImaging\Ra
wDecode.obj build\temp.win-amd64-2.7\Release\libImaging\RawEncode.obj build\temp.win-amd64-2.7\Release\libImaging\Storage.obj build\temp.win-amd64-2.7\Release\libImaging\SunRleDecode.obj build\temp.wi
n-amd64-2.7\Release\libImaging\TgaRleDecode.obj build\temp.win-amd64-2.7\Release\libImaging\Unpack.obj build\temp.win-amd64-2.7\Release\libImaging\UnpackYCC.obj build\temp.win-amd64-2.7\Release\libIma
ging\UnsharpMask.obj build\temp.win-amd64-2.7\Release\libImaging\XbmDecode.obj build\temp.win-amd64-2.7\Release\libImaging\XbmEncode.obj build\temp.win-amd64-2.7\Release\libImaging\ZipDecode.obj build
\temp.win-amd64-2.7\Release\libImaging\ZipEncode.obj /OUT :build\lib.win-amd64-2.7\_imaging.pyd /IMPLIB :build\temp.win-amd64-2.7\Release\_imaging.lib /MANIFESTFILE :build\temp.win-amd64-2.7\Release\_ima
ging.pyd.manifest
_imaging.obj : warning LNK4197: export 'init_imaging' specified multiple times ; using first specification
    Creating library build\temp.win-amd64-2.7\Release\_imaging.lib and object build\temp.win-amd64-2.7\Release\_imaging.exp
building '_imagingmath' extension
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IlibImaging -ID:\tmp\dev_install_root\Python27_x64\include -ID:\tmp\dev_install_root\Pytho
n27_x64\include -ID:\tmp\dev_install_root\Python27_x64\PC /Tc_imagingmath .c /Fobuild \temp.win-amd64-2.7\Release\_imagingmath.obj
_imagingmath.c
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\link.exe /DLL /nologo /INCREMENTAL :NO /LIBPATH :D:\tmp\dev_install_root\Python27_x64\lib /LIBPATH :D:\tmp\dev_install_root\Python27_x64\l
ibs /LIBPATH :D:\tmp\dev_install_root\Python27_x64\PCbuild\amd64 /EXPORT :init_imagingmath build\temp.win-amd64-2.7\Release\_imagingmath.obj /OUT :build\lib.win-amd64-2.7\_imagingmath.pyd /IMPLIB :build\t
emp.win-amd64-2.7\Release\_imagingmath.lib /MANIFESTFILE :build\temp.win-amd64-2.7\Release\_imagingmath.pyd.manifest
_imagingmath.obj : warning LNK4197: export 'init_imagingmath' specified multiple times ; using first specification
    Creating library build\temp.win-amd64-2.7\Release\_imagingmath.lib and object build\temp.win-amd64-2.7\Release\_imagingmath.exp
--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version       1.1.7
platform      win32 2.7.3 (default, Apr 10 2012, 23:24:47)
               [MSC v .1500 64 bit (AMD64)]
--------------------------------------------------------------------
*** TKINTER support not available (Tcl /Tk 8.5 libraries needed)
*** JPEG support not available
*** ZLIB (PNG /ZIP ) support not available
*** FREETYPE2 support not available
*** LITTLECMS support not available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.
 
To check the build, run the selftest.py script.
running build_scripts
creating build\scripts-2.7
copying and adjusting Scripts\pilconvert.py -> build\scripts-2.7
copying and adjusting Scripts\pildriver.py -> build\scripts-2.7
copying and adjusting Scripts\pilfile.py -> build\scripts-2.7
copying Scripts\pilfont.py -> build\scripts-2.7
copying and adjusting Scripts\pilprint.py -> build\scripts-2.7
running install_lib
creating D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ArgImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\BdfFontFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\BmpImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\BufrStubImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ContainerIO.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\CurImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\DcxImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\EpsImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ExifTags.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\FitsStubImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\FliImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\FontFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\FpxImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\GbrImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\GdImageFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\GifImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\GimpGradientFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\GimpPaletteFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\GribStubImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\Hdf5StubImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\IcnsImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\IcoImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\Image.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageChops.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageCms.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageColor.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageDraw.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageDraw2.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageEnhance.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageFileIO.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageFilter.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageFont.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageGL.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageGrab.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageMath.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageMode.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageOps.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImagePalette.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImagePath.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageQt.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageSequence.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageShow.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageStat.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageTk.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageTransform.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImageWin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\ImtImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\IptcImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\JpegImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\McIdasImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\MicImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\MpegImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\MspImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\OleFileIO.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PaletteFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PalmImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PcdImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PcfFontFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PcxImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PdfImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PixarImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PngImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PpmImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PsdImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\PSDraw.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\SgiImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\SpiderImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\SunImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\TarIO.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\TgaImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\TiffImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\TiffTags.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\WalImageFile.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\WmfImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\XbmImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\XpmImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\XVThumbImagePlugin.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\_imaging.pyd -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\_imagingmath.pyd -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
copying build\lib.win-amd64-2.7\__init__.py -> D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ArgImagePlugin.py to ArgImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\BdfFontFile.py to BdfFontFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\BmpImagePlugin.py to BmpImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\BufrStubImagePlugin.py to BufrStubImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ContainerIO.py to ContainerIO.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\CurImagePlugin.py to CurImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\DcxImagePlugin.py to DcxImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\EpsImagePlugin.py to EpsImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ExifTags.py to ExifTags.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\FitsStubImagePlugin.py to FitsStubImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\FliImagePlugin.py to FliImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\FontFile.py to FontFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\FpxImagePlugin.py to FpxImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\GbrImagePlugin.py to GbrImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\GdImageFile.py to GdImageFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\GifImagePlugin.py to GifImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\GimpGradientFile.py to GimpGradientFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\GimpPaletteFile.py to GimpPaletteFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\GribStubImagePlugin.py to GribStubImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\Hdf5StubImagePlugin.py to Hdf5StubImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\IcnsImagePlugin.py to IcnsImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\IcoImagePlugin.py to IcoImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\Image.py to Image.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageChops.py to ImageChops.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageCms.py to ImageCms.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageColor.py to ImageColor.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageDraw.py to ImageDraw.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageDraw2.py to ImageDraw2.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageEnhance.py to ImageEnhance.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageFile.py to ImageFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageFileIO.py to ImageFileIO.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageFilter.py to ImageFilter.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageFont.py to ImageFont.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageGL.py to ImageGL.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageGrab.py to ImageGrab.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageMath.py to ImageMath.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageMode.py to ImageMode.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageOps.py to ImageOps.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImagePalette.py to ImagePalette.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImagePath.py to ImagePath.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageQt.py to ImageQt.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageSequence.py to ImageSequence.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageShow.py to ImageShow.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageStat.py to ImageStat.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageTk.py to ImageTk.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageTransform.py to ImageTransform.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImageWin.py to ImageWin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImImagePlugin.py to ImImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\ImtImagePlugin.py to ImtImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\IptcImagePlugin.py to IptcImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\JpegImagePlugin.py to JpegImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\McIdasImagePlugin.py to McIdasImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\MicImagePlugin.py to MicImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\MpegImagePlugin.py to MpegImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\MspImagePlugin.py to MspImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\OleFileIO.py to OleFileIO.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PaletteFile.py to PaletteFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PalmImagePlugin.py to PalmImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PcdImagePlugin.py to PcdImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PcfFontFile.py to PcfFontFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PcxImagePlugin.py to PcxImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PdfImagePlugin.py to PdfImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PixarImagePlugin.py to PixarImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PngImagePlugin.py to PngImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PpmImagePlugin.py to PpmImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PsdImagePlugin.py to PsdImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PSDraw.py to PSDraw.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\SgiImagePlugin.py to SgiImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\SpiderImagePlugin.py to SpiderImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\SunImagePlugin.py to SunImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\TarIO.py to TarIO.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\TgaImagePlugin.py to TgaImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\TiffImagePlugin.py to TiffImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\TiffTags.py to TiffTags.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\WalImageFile.py to WalImageFile.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\WmfImagePlugin.py to WmfImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\XbmImagePlugin.py to XbmImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\XpmImagePlugin.py to XpmImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\XVThumbImagePlugin.py to XVThumbImagePlugin.pyc
byte-compiling D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\__init__.py to __init__.pyc
running install_scripts
copying build\scripts-2.7\pilconvert.py -> D:\tmp\dev_install_root\Python27_x64\Scripts
copying build\scripts-2.7\pildriver.py -> D:\tmp\dev_install_root\Python27_x64\Scripts
copying build\scripts-2.7\pilfile.py -> D:\tmp\dev_install_root\Python27_x64\Scripts
copying build\scripts-2.7\pilfont.py -> D:\tmp\dev_install_root\Python27_x64\Scripts
copying build\scripts-2.7\pilprint.py -> D:\tmp\dev_install_root\Python27_x64\Scripts
running install_egg_info
Writing D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL\PIL-1.1.7-py2.7.egg-info
creating D:\tmp\dev_install_root\Python27_x64\Lib\site-packages\PIL.pth
 
D:\tmp\dev_tools\python\PIL\PIL-1.1.7>

 

【总结】

PIL官网的exe,只是针对32位的,我这里64位的win7,无法正常安装。

可以通过源码去安装。

其中需要自己编译并安装。

如果是已经安装了VS2010,则可以通过先配置环境变量,再安装:

?
1
2
SET VS90COMNTOOLS=%VS100COMNTOOLS%
setup.py install

就可以自动编译并安装了。

### 回答1: pil-1.1.7.win32-py2.7.exe是一个Python Imaging Library的安装程序。Python Imaging Library(简称PIL)是一个提供图像处理功能的开源库,它允许开发者在Python编程环境下进行图像处理、图像编辑、图像生成和图像显示等操作。 pil-1.1.7.win32-py2.7.exe是特定版本的PIL安装程序,在Windows 32位操作系统上以及使用Python 2.7版本的环境使用。这个安装程序的目的是方便用户将PIL安装到相应的开发环境,以便后续能够利用PIL提供的丰富功能来处理图像。 安装pil-1.1.7.win32-py2.7.exe的过程相对简单,只需双击该文件即可开始安装过程。安装程序将会引导用户完成所有必要的安装步骤,包括选择安装目录、确认安装选项等。安装完成后,用户可以在Python的开发环境使用import语句导入PIL库,并利用其提供的丰富的函数和方法进行图像处理任务。 总的来说,pil-1.1.7.win32-py2.7.exe是一个方便的PIL库的安装程序,适用于Windows 32位操作系统和Python 2.7版本的环境安装这个程序可以使开发者轻松地将PIL库集成到自己的Python项目,并享受其提供的图像处理功能。 ### 回答2: pil-1.1.7.win32-py2.7.exe是一个Python图像处理库(Python Imaging Library)的安装文件。这个文件适用于Windows 32位操作系统和Python 2.7版本。Python Imaging Library是一个强大的图像处理库,它提供了许多图像处理和操作的功能,包括图像缩放、剪裁、旋转、滤镜效果、颜色转换等等。 用户可以通过运行这个.exe文件来安装pil-1.1.7.win32-py2.7库到本地的Python开发环境安装完成后,用户就可以在自己的Python脚本使用PIL库提供的各种功能来处理图像。这个库对于进行图像编辑、处理和分析等任务非常有用。 在使用PIL库之前,用户需要先确保已经安装Python 2.7版本,并且操作系统是Windows 32位。然后,用户可以下载pil-1.1.7.win32-py2.7.exe文件,并双击运行该文件进行安装安装过程会有一些设置选项和安装路径可以选择,用户可以根据自己的需要进行配置。 一旦PIL安装完成,用户就可以在Python开发环境导入该库并开始使用它的各种功能了。用户可以使用PIL库来读取和保存图像文件,对图像进行几何变换和颜色处理,以及应用各种滤镜和效果等。这个库还提供了一些更高级的功能,如图像分割、特征提取和图像识别等。 总之,pil-1.1.7.win32-py2.7.exe是一个安装文件,用于将Python Imaging Library(PIL)库安装到Windows 32位操作系统和Python 2.7版本的开发环境,以便用户可以使用该库进行各种图像处理和操作。 ### 回答3: pil-1.1.7.win32-py2.7.exe是一种用于安装Python Imaging Library(PIL)的可执行文件。PIL是一个强大的Python图像处理库,它提供了丰富的图像处理功能,可以对图像进行加载、编辑、保存和显示等操作。 PIL-1.1.7是PIL库的一个特定版本,而win32表示这个可执行文件适用于Windows操作系统的32位版本。py2.7表示该版本适用于Python 2.7版本。 要使用pil-1.1.7.win32-py2.7.exe安装PIL库,首先需要下载该可执行文件。然后,双击运行它,它会自动安装PIL库到你的Python环境。你也可以选择其他安装目录,只需在安装过程进行相应设置即可。 安装完成后,你就可以在Python程序使用PIL库了。通过引入PIL库,你可以使用它提供的各种函数和方法来处理图像,比如加载图像文件、调整图像大小、旋转图像、裁剪图像、应用滤镜等等。你还可以将处理后的图像保存成文件,或者在程序显示出来。 总之,pil-1.1.7.win32-py2.7.exe安装Python Imaging Library(PIL)的可执行文件,它可以帮助你在Python 2.7版本的Windows操作系统上使用PIL库进行图像处理。
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值