Changeset 271 for pkpgcounter/trunk/setup.py
- Timestamp:
- 10/06/05 12:58:51 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/setup.py
r235 r271 33 33 sys.stderr.write("You need the DistUtils Python module.\nunder Debian, you may have to install the python-dev package.\nOf course, YMMV.\n") 34 34 sys.exit(-1) 35 36 try : 37 import psyco 38 except ImportError : 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") 35 40 36 41 sys.path.insert(0, "pkpgpdls")