Hi, The path to pymacs.el is changed to /usr/share/emacs/site-lisp/pymacs. I think that the install script of python-mode should be modified to follow it. Following is a patch doing this:
--- /usr/lib/emacsen-common/packages/install/python-mode 2006-03-05 23:25:11 +0800 +++ /tmp/python-mode 2006-06-22 00:16:17 +0800 @@ -44,7 +44,7 @@ cat << EOF > path.el (setq load-path (cons "." load-path)) -(setq load-path (cons "/usr/share/emacs/site-lisp/pymacs-elisp" load-path)) +(setq load-path (cons "/usr/share/emacs/site-lisp/pymacs" load-path)) (setq byte-compile-warnings nil) EOF ${FLAVOR} ${FLAGS} ${FILES} -- Regards, Tchaikov 2006.06.22 Thu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]