pymacs problem on load

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexandre Fayolle

    pymacs problem on load

    Hi there,

    I'm not an emacs power user at all, just getting started with pymacs to
    try to get BicycleRepairMa n 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_he lper")
    (quote ("bikeemacs" "brm-"))))
    pymacs-apply("pymacs_l oad_helper" ("bikeemacs" "brm-"))
    pymacs-call("pymacs_lo ad_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
  • François Pinard

    #2
    Re: pymacs problem on load

    [Alexandre Fayolle]
    [color=blue]
    > I have pymacs 0.21 installed, and on init, I get an emacs error. The
    > *Backtrace* buffer says:[/color]
    [color=blue]
    > Debugger entered--Lisp error: (error "Pymacs Lisp version is @VERSION@,
    > Python is 0.21.")[/color]

    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

    Comment

    Working...