-
I've noticed an "exceptions.IOError" error in Kernel.py. I was able to resolve it by editing the file (for me it was in /Library/Python/2.5/site-packages/aiml/Kernel.py) and adding a simple sleep statement to work around the intermittent file IO problems. The file now looks like this (at around line 900):
response = ""
try:
out = os.popen(command)
except RuntimeError,
2009-01-11 16:11:36 UTC by suttree
-
cort committed patchset 123 of module pyaiml to the PyAIML CVS repository, changing 3 files.
2005-08-12 15:34:41 UTC by cort
-
cort committed patchset 122 of module pyaiml to the PyAIML CVS repository, changing 1 files.
2005-08-12 15:33:25 UTC by cort
-
cort committed patchset 121 of module pyaiml to the PyAIML CVS repository, changing 1 files.
2005-08-12 15:30:03 UTC by cort
-
cort committed patchset 120 of module pyaiml to the PyAIML CVS repository, changing 1 files.
2004-10-27 19:48:38 UTC by cort
-
cort committed patchset 119 of module pyaiml to the PyAIML CVS repository, changing 1 files.
2004-10-27 19:46:06 UTC by cort
-
cort committed patchset 118 of module pyaiml to the PyAIML CVS repository, changing 1 files.
2004-10-27 19:44:39 UTC by cort
-
cort committed patchset 117 of module pyaiml to the PyAIML CVS repository, changing 3 files.
2004-10-26 18:14:30 UTC by cort
-
cort committed patchset 116 of module pyaiml to the PyAIML CVS repository, changing 2 files.
2004-10-26 18:08:35 UTC by cort
-
cort committed patchset 115 of module pyaiml to the PyAIML CVS repository, changing 2 files.
2004-09-04 16:39:27 UTC by cort