[python-on-lisp-cvs] r8 - in trunk: notes/sbclproblem pythononlisp/doc

agallagher at common-lisp.net agallagher at common-lisp.net
Mon Nov 27 10:01:28 UTC 2006


Author: agallagher
Date: Mon Nov 27 05:01:25 2006
New Revision: 8

Modified:
   trunk/notes/sbclproblem/README.txt
   trunk/pythononlisp/doc/README
Log:
updated documentation to included Richard Fatemans tip for when python-on-lisp output doesnt appear properly in emacs

Modified: trunk/notes/sbclproblem/README.txt
==============================================================================
--- trunk/notes/sbclproblem/README.txt	(original)
+++ trunk/notes/sbclproblem/README.txt	Mon Nov 27 05:01:25 2006
@@ -1,4 +1,6 @@
-These messages are from a comp.lang.lisp thread of around 10/06/2006, discussing outstanding problems in python-on-lisp. These problems interfered with sbcl compatibility.
+These messages are from a comp.lang.lisp thread of around 10/06/2006, discussing outstanding problems in python-on-lisp.
+
+The main problem seemed to be that python-on-lisp was not up to date with changes in the MEM-REF function in CFFI. This interfered with interfered with sbcl compatibility, among other things. It has now been fixed.
 
 2006-11-24T01:09
 alexis
\ No newline at end of file

Modified: trunk/pythononlisp/doc/README
==============================================================================
--- trunk/pythononlisp/doc/README	(original)
+++ trunk/pythononlisp/doc/README	Mon Nov 27 05:01:25 2006
@@ -42,7 +42,6 @@
 pythononlisp uses CFFI to talk to Python. If you install pythononlisp
 through asdf-install, then cffi will also be installed automatically
 
-
 ## Getting Started
 
 1) INSTALLING. Make sure you have python and asdf-install on your
@@ -65,6 +64,7 @@
   (py::py "print \"Hello from python\"")
   (py::py get-web-page "http://www.google.com")
 
+(If you have problems with python-on-lisp output not appearing from within emacs, then Richard Fateman has reported that it is a solution to call py giving 'STRING as the last argument, as in (py::py "print 50"" 'STRING).)
 
 # Documentation
 



More information about the Python-on-lisp-cvs mailing list