libpl (shared) not found. Possible reasons:
1) SWI-Prolog not installed as a shared library. Install SWI-Prolog
(5.6.34 works just fine)
...
However libpl.dll is actually visible in Env variable path. I am using
Vista and SWI 5.6.64
Have anybody some idea what the problems is
Thanks in advance
import os
os.chdir('C:/Program Files (x86)/pl/bin')
from pyswip import Prolog
prolog = Prolog()
and so on. It seems to work correctly now
Can you please try running "plcon.exe" or "plwin.exe" in a console and
see whether those run successfully?
Thanks,
Yuce
> --
> You received this message because you are subscribed to the Google Groups "pyswip" group.
> To post to this group, send email to pys...@googlegroups.com.
> To unsubscribe from this group, send email to pyswip+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pyswip?hl=en.
>
>