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 "<stdin>", line 1, in <module>
ImportError: No module named Image

Then I logon as the admin,and run the following command
>python
>>> import Image
It is fine, there is no any complain any more.

But there must be something wrong when I install PIL as non-admin, how to 
install PIL as a non-admin?

Regards
yaoyansi

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to