Hello,<br>I am a beginner in python and I am trying to create image files that contain lines from a text file.<br>I am trying to do this with PIL, which seems like a suitable tool. I have a copy of TextMate(1.5.8) and I run Macosx 10.5.6<br>
<br>The problem is, even though I installed PIL correctly (I get no errors from "import Image" in IDLE or in terminal), I can't get TextMate to import the module.<br>I keep getting "ImportError: No module named Image" error. <br>
I tried reloading TextMate's bundles but that did not work either.<br><br>I used this set of instructions to install PIL <br><a href="http://www.p16blog.com/p16/2008/05/appengine-installing-pil-on-os-x-1053.html">http://www.p16blog.com/p16/2008/05/appengine-installing-pil-on-os-x-1053.html</a><br>
<br>I think there is something wrong with symbolic links, although I am also a novice to UNIX based systems so I do not know for sure what to do about it. There was a similar thread in this list with textmate but I can't understand how that issue was solved in the end.<br>
Thanks<br>Ali<br>