Re: [Tutor] unable to import Image module from my application

2008-10-01 Thread Emile van Sebille
Emile van Sebille wrote: To verify a path problem, add sys.path.append('/usr/lib/Python2.4/site-packages//usr/lib/Python2.4/site-packages') erhhmmm... sys.path.append('/usr/lib/Python2.4/site-packages/Imaging1.1.4') EvS ___ Tutor maillist - Tuto

Re: [Tutor] unable to import Image module from my application

2008-10-01 Thread Emile van Sebille
ShivKumar Anand wrote: I am using Python Image library on windows and it is running well. I am using RHEL E4 on another machine and when I installed "python-imaging-1.1.6-2.el4.rf.i386.rpm", still i am not able to call the Image and ImagOps modules from my application on this Linux machine.

[Tutor] unable to import Image module from my application

2008-09-30 Thread ShivKumar Anand
I am using Python Image library on windows and it is running well. I am using RHEL E4 on another machine and when I installed "python-imaging-1.1.6-2.el4.rf.i386.rpm", still i am not able to call the Image and ImagOps modules from my application on this Linux machine. After that --I manually