Changeset 247
- Timestamp:
- 08/19/05 20:41:26 (19 years ago)
- Location:
- pkpgcounter/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r239 r247 58 58 import psyco 59 59 except ImportError : 60 sys.stderr.write("WARN: you should install psyco if possible, this would greatly speedup parsing.\n")60 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") 61 61 pass # Psyco is not installed 62 62 else : -
pkpgcounter/trunk/README
r235 r247 93 93 driver was used. 94 94 95 If pkpgcounter complain about your system lacking the Python Psyco module, 96 please consider installing it to speedup file parsing. However, don't forget 97 that Psyco currently only runs on the 32 bits x86 platform, so no need to 98 install it if you've got another system type. 99 95 100 ============================================================================= 96 101