Message3676

Author fwierzbicki
Recipients egonw_, fwierzbicki
Date 2008-10-14.00:30:02
SpamBayes Score 5.88576e-10
Marked as misclassified No
Message-id <1223944203.08.0.588068330434.issue1151@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to reproduce the error with:

>>> import pyke.knowledge_engine
>>> pyke.knowledge_engine.engine('.')

and there is indeed a nested generator expression on line 1069 of
compiler_bc.py

Thanks for the bug report!  When #1150 is fixed I will try pyke again. 
Watch #1150 if you want.  I am closing this as a duplicate of #1150.
History
Date User Action Args
2008-10-14 00:30:03fwierzbickisetmessageid: <1223944203.08.0.588068330434.issue1151@psf.upfronthosting.co.za>
2008-10-14 00:30:03fwierzbickisetrecipients: + fwierzbicki, egonw_
2008-10-14 00:30:02fwierzbickilinkissue1151 messages
2008-10-14 00:30:02fwierzbickicreate