[Bug 155681] Re: python-mode seems broken in emacs22

2007-10-22 Thread Paul Sladen
Confirming, same versions here, and: cd ~/tmp emacs -nw foo.py results in: File mode specification error: (file-error "Cannot open load file" "python-mode") ** Changed in: python-mode (Ubuntu) Status: New => Incomplete ** Summary changed: - python-mode seems broken in emacs22 + e

[Bug 155681] Re: python-mode seems broken in emacs22

2007-10-22 Thread Michael D. Stemle, Jr.
[EMAIL PROTECTED]:~$ dpkg -l | awk '/pymacs|python-mode/{print $2,$3}' pymacs 0.22-6 python-mode 1:1.0-3.1ubuntu1 [EMAIL PROTECTED]:~$ dpkg -l | awk '/emacs/{print $2,$3}' emacs 22.1-0ubuntu5 emacs-goodies-el 27.1-1 emacs21 21.4a+1-5ubuntu4 emacs21-bin-common 21.4a+1-5ubuntu4 emacs22 22.1-0ubuntu

[Bug 155681] Re: python-mode seems broken in emacs22

2007-10-22 Thread Paul Sladen
and: dpkg -l | awk '/pymacs|python-mode/{print $2,$3}' I made a mistake with the previous dpkg awk command, should be $2 and $3: dpkg -l | awk '/emacs/{print $2,$3}' -- python-mode seems broken in emacs22 https://bugs.launchpad.net/bugs/155681 You received this bug notification because you

[Bug 155681] Re: python-mode seems broken in emacs22

2007-10-22 Thread Michael D. Stemle, Jr.
[EMAIL PROTECTED]:~$ dpkg -l | awk '/emacs/{print $1,$2}' ii emacs ii emacs-goodies-el rc emacs21 rc emacs21-bin-common ii emacs22 ii emacs22-bin-common ii emacs22-common ii emacs22-el ii emacs22-gtk ii emacs22-nox ii emacsen-common [EMAIL PROTECTED]:~$ lsb_release -a No LSB modules are available

[Bug 155681] Re: python-mode seems broken in emacs22

2007-10-22 Thread Paul Sladen
manchicken: responded, is it still broken? Nope Could you please include the output of: dpkg -l | awk '/emacs/{print $1,$2}' and: lsb_release -a -- python-mode seems broken in emacs22 https://bugs.launchpad.net/bugs/155681 You received this bug notification because you are a member of U

[Bug 155681] Re: python-mode seems broken in emacs22

2007-10-22 Thread Michael D. Stemle, Jr.
Nope, this doesn't solve the problem. I do see this in the output of the install: Wrote /usr/share/emacs22/site-lisp/pymacs/pymacs.elc emacs22 includes it's own python-mode, skipping installation Full output of the install is here: [EMAIL PROTECTED]:~$ sudo apt-get install python-mode [sudo] pa

[Bug 155681] Re: python-mode seems broken in emacs22

2007-10-22 Thread Paul Sladen
Yes, all you (should) need to do is: sudo apt-get install python-mode This should be compatible with 'emacs22' as that "Provides: emacsen" which is what 'python-mode' depends upon. Does that solve the problem? ** Changed in: emacs22 (Ubuntu) Status: New => Incomplete -- python-mode s