Im have problems using the Image2Map.py file on a Mac OS X Lion 10.7.4 operating system. It says it cant find the Image module. So I have been round the houses and eventually found how to install the PIL from one of your threads. Its installed now however it does not appear in the Library\2.7\ folder like netwokx and crypto did. Also Imag2Map.py still says it cant find it.
The self test shows this:
PIL 1.1.7 TEST SUMMARY
--------------------------------------------------------------------
Python modules loaded from ./PIL
Binary modules loaded from /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/PIL
--------------------------------------------------------------------
*** PIL CORE support not installed
*** TKINTER support not installed
--- JPEG support ok
--- ZLIB (PNG/ZIP) support ok
*** FREETYPE2 support not installed
*** LITTLECMS support not installed
--------------------------------------------------------------------
Running selftest:
--- 57 tests passed.
Any ideas?
By the way this is the first time I've actually had to ask a question on this forum as I have always found what I'm looking for, it is an excellent source of info.
python2.5in the test output... – l4mpi Dec 2 '12 at 11:45setup.pyscript. But as PIL has C extensions and depends on some external libraries, this means you need a C compiler and these libraries as well. – l4mpi Dec 2 '12 at 13:34