Hi.
I'm making an application using PyCLIPS, and I would like to package my app in a debian package. But for that it's desirable that every libs I use are deb packages too.
Is not the case of PyCLIPS, and my question is: is there any posibility that you soon make a debian package with the lib? Or can I try to do it?
Thanks for the great library :)
Hi.
First I will like to congrats the developers for this great library, it's being very usefull for a project.
I have a doubt:
How can a start a seed? I mean, in CLIPS i do it like "(seed 1234)", but how can I do it in PyClips?
Thanks.