Changeset 247 for pkpgcounter/trunk/pkpgpdls/pdlparser.py
- Timestamp:
- 08/19/05 20:41:26 (19 years ago)
- Files:
-
- 1 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 :