Changeset 271 for pkpgcounter/trunk/pkpgpdls/pdlparser.py
- Timestamp:
- 10/06/05 12:58:51 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/pkpgpdls/pdlparser.py
r252 r271 58 58 import psyco 59 59 except ImportError : 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 60 pass # Psyco is not installed 62 61 else :