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
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