Changeset 288 for pkpgcounter/trunk/setup.py
- Timestamp:
- 11/23/05 22:33:00 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/setup.py
r271 r288 38 38 except ImportError : 39 39 sys.stderr.write("WARN: If you are running on a 32 Bits x86 platform, you should install the Python Psyco module if possible, this would greatly speedup parsing. NB : Psyco doesn't work on other platforms, so don't worry if you're in this case.\n") 40 41 try : 42 from PIL import Image 43 except ImportError : 44 sys.stderr.write("You need the Python Imaging Library (aka PIL).\nYou can grab it from http://www.pythonware.com\n") 40 45 41 46 sys.path.insert(0, "pkpgpdls")