Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   pymacs problem on load (http://www.velocityreviews.com/forums/t318915-pymacs-problem-on-load.html)

Alexandre Fayolle 06-27-2003 01:58 PM

pymacs problem on load
 
Hi there,

I'm not an emacs power user at all, just getting started with pymacs to
try to get BicycleRepairMan to run.

I have pymacs 0.21 installed, and on init, I get an emacs error. The
*Backtrace* buffer says:

Debugger entered--Lisp error: (error "Pymacs Lisp version is @VERSION@,
Python
+is 0.21.")
signal(error ("Pymacs Lisp version is @VERSION@, Python is 0.21."))
error("Pymacs Lisp version is @VERSION@, Python is %s." "0.21")
pymacs-start-services()
pymacs-serve-until-reply((pymacs-print-for-apply (quote "pymacs_load_helper")
(quote ("bikeemacs" "brm-"))))
pymacs-apply("pymacs_load_helper" ("bikeemacs" "brm-"))
pymacs-call("pymacs_load_helper" "bikeemacs" "brm-")
pymacs-load("bikeemacs" "brm-")
eval-buffer(#<buffer *load*> nil "~/.emacs" nil t)
load-with-code-conversion("/home/alf/.emacs" "~/.emacs" t t)
load("~/.emacs" t t)

I think I may have pymacs not correctly installed, but any hint is
welcome.

I'm using emacs21 and python2.2 on GNU/Linux.

Any hint taken



--
Alexandre Fayolle
LOGILAB, Paris (France).
http://www.logilab.com http://www.logilab.fr http://www.logilab.org
Développement logiciel avancé - Intelligence Artificielle - Formations

=?iso-8859-1?q?Fran=E7ois_Pinard?= 06-27-2003 05:16 PM

Re: pymacs problem on load
 
[Alexandre Fayolle]

> I have pymacs 0.21 installed, and on init, I get an emacs error. The
> *Backtrace* buffer says:


> Debugger entered--Lisp error: (error "Pymacs Lisp version is @VERSION@,
> Python is 0.21.")


Hi, Alexandre.

It looks like if the `pymacs.el' part was not installed through the `setup'
script. This script should substitute `@VERSION@' by the real thing. See
the beginning of the `README' file for installation instructions.

--
François Pinard http://www.iro.umontreal.ca/~pinard



All times are GMT. The time now is 06:50 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57