yuxiaorui / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

No module Image on Python(x,y) 2.7.5.1 #698

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.7.5.1

2. Which components have you installed (Python(x,y) installer:
componentpage):
    b. "Full" component selection

3. Have you selected the option "Customize installation directories"?
b. No

5. Where did you install Python(x,y) itself?
a. default path

6. Have you installed Python(x,y):
    b. For "All users"
    I am 99% sure i did.

7. What is your operating system?
c. Windows 7

8. Is the operating system 64 bit?
a. Yes

9. When you installed Python(x,y), were you logged in as :
b. an administrator of the machine

10. If you are using Windows Vista/7, have you installed Python(x,y):
a. simply by double-clicking on the installer

11. Regarding installed software on your machine, how did you clean your
machine before installing Python(x,y)  (multiple answers are possible):

I just uninstalled python(x,y) (which was version 2.6.x.x) via "Programs and 
Features". Then i installed Python(x,y) 2.7.5.1

What steps will reproduce the problem?
1. type 'import Image as PilImage' and see that this module is not installed
2. go to file 'C:\Python27\Lib\site-packages\kiva\agg'
3. check line 1119: 'import Image as PilImage'

Replacing this line by 'from PIL import Image as PilImage' removes the error

I could not reproduce this error on Python(x,y) 2.7.5.0, as the 'import Image 
as PilImage' command on this version still worked. So this probably is an error 
that was introduced just in 2.7.5.1.

Original issue reported on code.google.com by Stan...@gmail.com on 4 Nov 2013 at 11:22

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 60154e11005b.

Original comment by grizzly.nyo on 9 Nov 2013 at 2:27