Problem when executing byte-compile-directory.sh

Asked by Alejandro Weinstein

Hi:

I just pulled version 1129 of python-mode, and I'm getting an error when executing byte-compile-directory.sh:

$ ./byte-compile-directory.sh
GNU Emacs 24.2.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)
 of 2012-10-25 on kutjera, modified by Debian
Cannot open load file: /home/ajw/.emacs.d/python-mode/pymacs.el

This was working before I did the pull (unfortunately I don't know which version I was running before).

In effect, I don' have the file pymacs.el, but I do have pymacs.elc.

Any idea about how to solve this?

Alejandro.

Question information

Language:
English Edit question
Status:
Answered
For:
python-mode.el Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andreas Roehler (a-roehler) said :
#1

Am 02.11.2012 14:50, schrieb Alejandro Weinstein:
> New question #213085 on python-mode.el:
> https://answers.launchpad.net/python-mode/+question/213085
>
> Hi:
>
> I just pulled version 1129 of python-mode, and I'm getting an error when executing byte-compile-directory.sh:
>
> $ ./byte-compile-directory.sh
> GNU Emacs 24.2.50.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2)
> of 2012-10-25 on kutjera, modified by Debian
> Cannot open load file: /home/ajw/.emacs.d/python-mode/pymacs.el
>
> This was working before I did the pull (unfortunately I don't know which version I was running before).
>
> In effect, I don' have the file pymacs.el, but I do have pymacs.elc.
>
> Any idea about how to solve this?
>
> Alejandro.
>

deleted pymacs.el from trunk as several complaints came in, saying it conflicts with installed Pymacs.

As for byte-compile-directory.sh should have removed it there too, so far it's a bug.
You may delete from this script the following section "-load $PDIR/pymacs.el". The error should gone then.

Cheers,

Andreas

Can you help with this problem?

Provide an answer of your own, or ask Alejandro Weinstein for more information if necessary.

To post a message you must log in.