Remo Andreoli

Results 2 issues of Remo Andreoli

I'm using pyswip in a python script very similar to this one: ```py for path in plpaths: prolog = Prolog() prolog.consult(path) prolog.query(...) [...] ``` The consulted files include a 'global'...

The fix is discussed and addressed in issue #335, #336 and #962, to name a few, but it was never properly explained within the README. This should save some Googling...