I've updated install doc for pyswip, you can have a look at:
http://code.google.com/p/pyswip/wiki/INSTALL
Happy hacking,
Yuce
--
http://mail.python.org/mailman/listinfo/python-list
On May 27, 8:40 pm, yuce <[EMAIL PROTECTED]> wrote:
> Hello,
>
> PySWIP requires "libpl.dll" to be on the path. There are two ways to
> do this:
>
> 1) Add 'bin' directory of SWI-Prolog to the PATH (it's C:\Program Files
> \pl\bin on my system),
>
> 2) Or, copy 'libpl.dll' and 'pthreadVC.dll' to C:
Hello,
PySWIP requires "libpl.dll" to be on the path. There are two ways to
do this:
1) Add 'bin' directory of SWI-Prolog to the PATH (it's C:\Program Files
\pl\bin on my system),
2) Or, copy 'libpl.dll' and 'pthreadVC.dll' to C:\WINDOWS\system32
That should solve the problem, happy hacking :)