Re: python -- prolog bridge error

2007-05-30 Thread yuce
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

Re: python -- prolog bridge error

2007-05-28 Thread [EMAIL PROTECTED]
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:

Re: python -- prolog bridge error

2007-05-27 Thread yuce
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 :)

python -- prolog bridge error

2007-05-26 Thread [EMAIL PROTECTED]
I am getting an error with pyswip on xp that says the .dll isn't installed as a shared library. Is there a manual way to install the .dll as such??? prolog seems to work fine it is just the bridge that gives an error -- http://mail.python.org/mailman/listinfo/python-list