Many thanks!  Yes: "export SBCL_HOME=/usr/lib/sbcl " certainly starts up 
with everything as it should... except for one error:


iSPAD V0.9.3 :: 01-OCT-2015, Jupyter kernel based on 
cl-jupyter: an enhanced interactive Common Lisp REPL
(Version 0.6 - Jupyter protocol v.5.0)
--> (C) 2014-2015 Frederic Peschanski (cf. LICENSE)

 
   >> System error:
   The alien function "zmq_ctx_new" is undefined.

Again I'm stumped: I have installed pyzmq, and in fact that function is 
defined in 
/usr/local/lib/python2.7/dist-packages/zmq/backend/cffi/context.py as 
"self._zmq_ctx = C.zmq_ctx_new()".  Unless this should all be done using 
Python 3?

Thanks again,
Alasdair


On Sunday, 11 October 2015 01:55:30 UTC+11, Waldek Hebisch wrote:
>
> > 
> > Many thanks. I have just tried to install the jupyter/ispad interface 
> > following the instructions at 
> > 
> > https://bitbucket.org/kfp/ispad 
> > 
> > (I had to install libzmp-dev to get it all to work).  Now I can start 
> > jupyter, and an iSPAD session, but even after the kernel starts and 
> claims 
> > to be connected, I can't get my commands to produce output.  If I enter, 
> > say "2+2" in a cell, and either press Shift-Enter, or choose "Cell/Run" 
> > from the menu, no output is produced. What happens is that the prompt to 
> > the left of the cell: "In [ ]:"  gets an asterisk: "In [*]:".  And the 
> > prompt doesn't contain a command number.  So something, somewhere, is 
> wrong. 
> > 
> > And in fact, back in the console, there's this: 
> > 
> >    >> System error: 
> >    Don't know how to REQUIRE SB-BSD-SOCKETS. 
> > See also: 
> >   The SBCL Manual, Variable SB-EXT:*MODULE-PROVIDER-FUNCTIONS* 
> >   The SBCL Manual, Function REQUIRE 
> > 
>
> Try doing something like: 
>
> export SBCL_HOME=/usr/lib/sbcl 
>
> first.  The SBCL_HOME variable among others tells sbcl where 
> REQUIRE should find needed files.  Of course, value must agree 
> with your sbcl intallation. 
>
> -- 
>                               Waldek Hebisch 
>

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to