Re: [python-win32] Problem when I install PIL on WinXP as non-admin

2012-02-13 Thread Mark Hammond
On 11/02/2012 10:46 PM, yaoyansi wrote: Hi all, I installed python-2.6.5.msi on my WinXP long time ago, Today I installed PIL-1.1.7.win32-py2.6.exe as non-admin. Then I make a simple test: python import Image Traceback (most recent call last): File "", line 1, in ImportError: No module na

[python-win32] Problem when I install PIL on WinXP as non-admin

2012-02-11 Thread yaoyansi
Hi all, I installed python-2.6.5.msi on my WinXP long time ago, Today I installed PIL-1.1.7.win32-py2.6.exe as non-admin. Then I make a simple test: >python >>> import Image Traceback (most recent call last):   File "", line 1, in ImportError: No module named Image Then I logon as the admin,and