On Fri, Dec 18, 2009 at 11:14:21AM +0100, Dirkjan Ochtman wrote:
> Zo te zien is er geen documentatie [over html5lib],
> Als je een blog hebt is dit dus een goede optie om je google juice een
> beetje te verbeteren, door wat door de code te grasduinen en zelf een
> tutorial te klussen.
>
Ik ben n
> On Fri, Dec 25, 2009 at 16:35, Frans Schneider
> wrote:
> > No, asserting the fact and giving the CLIPS engine the run instructrion
> > will fire the rule which does the python-call to MyMethod. As you see
> > from the output, this works since the output shows 'MyMethod being
> > initialized'
>
On Fri, Dec 25, 2009 at 16:35, Frans Schneider
wrote:
> No, asserting the fact and giving the CLIPS engine the run instructrion
> will fire the rule which does the python-call to MyMethod. As you see
> from the output, this works since the output shows 'MyMethod being
> initialized'
Yeah, you're
Op vrijdag 25-12-2009 om 14:46 uur [tijdzone +0100], schreef Dirkjan
Ochtman:
> On Fri, Dec 25, 2009 at 12:33, Schneider
> wrote:
> > import clips
> >
> > class Callable(object):
> > def __init__(self, func):
> > self._func = func
> > clips.RegisterPythonFunction(func)
> >
On Fri, Dec 25, 2009 at 12:33, Schneider wrote:
> import clips
>
>
>
> class Callable(object):
>
> def __init__(self, func):
>
> self._func = func
>
> clips.RegisterPythonFunction(func)
>
> r = clips.BuildRule("%s-rule" % func.__name__,
>
> "
Dear all,
I am building an app with Python 2.5 and the pyCLIPS 1.0.7 module. CLIPS is
a expert system coded in C.
I have a class which holds some data and has a method Assert which asserts a
fact in CLIPS. CLIPS processes the fact using a rule and calls the second
method MyMethod. This second
Cari Davidson wrote:
(btw, kinda freaked me out for a second and I thought you were THE
Guido)
I am. Though yes, I am aware that there's some other guy that used to be
Dutch that has something to do with Python, too... ;)
Cheers,
Guido
___
Python-