Re: Using python on OS X Lion

2011-12-11 Thread Ned Deily
In article , Johann Spies wrote: > I have recently upgraded my Snow Leopard to Lion and now I am having all > problems with python on my system e.g.: > > I have install PIL with easy_install but when I do > > import PIL > > Python cannot find the pil library. Installing psycopg2 in the same w

Using python on OS X Lion

2011-12-11 Thread Johann Spies
I have recently upgraded my Snow Leopard to Lion and now I am having all problems with python on my system e.g.: I have install PIL with easy_install but when I do import PIL Python cannot find the pil library. Installing psycopg2 in the same way was successful and I can use psycopg2 without a p