Hi, I found the path to pymacs.el is changed in pymacs package. If the install 
script of python-mode follows the change, the bug will be fixed:

--- /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,
Kov Chai
2006.06.22 Thu

--
God does arithmetic.
                                  -- K.F. Gauss


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to