Public bug reported:
$ odoo
Traceback (most recent call last):
File "/usr/bin/odoo", line 5, in
import odoo
File "/usr/lib/python3/dist-packages/odoo/__init__.py", line 115, in
from . import osv
File "/usr/lib/python3/dist-packages/odoo/osv/__init__.py", line 4, in
from . imp
Seems still exist in 2020:
https://answers.launchpad.net/ubuntu/+question/691261
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/967399
Title:
[11.10] Elantech trackpoint does not work Lenovo
To mana
On 15.03.2017 07:15, Christian Rieffel wrote:
> Public bug reported:
>
> package python-mode 1:6.2.2-1 failed to install on yakkety-yak with an
> anaconda system installed
>
> ProblemType: Package
> DistroRelease: Ubuntu 16.10
> Package: python-mode 1:6.2.2-1
> ProcVersionSignature: Ubuntu 4.8.0-41
On 08.12.2014 12:21, Philipp Stephani wrote:
> Public bug reported:
>
> Both python.el (part of GNU Emacs) and python-mode provide a mode
> 'python-mode'. Installing the python-mode package will silently register
> python-mode.el for Python files through autoloads. I think these
> autoloads should
Am 06.03.2014 13:08, schrieb Launchpad Bug Tracker:
> Status changed to 'Confirmed' because the bug affects multiple users.
>
> ** Changed in: python-mode (Ubuntu)
> Status: New => Confirmed
>
It fails due to missing rx library
There was an effort at XEmacs porting that library
Maybe ask
** Changed in: emacs23 (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670701
Title:
Multiline copy including comments cause trailing whitespace to be
pas
this bug should not exist any more since Version 1:6.0.10-1.1 uploaded
on 2012-07-20
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/319269
Title:
installer doesn't want to install python-mode with em
** Changed in: python-mode
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670701
Title:
Multiline copy including comments cause trailing whitespace to be
** Changed in: python-mode (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1009517
Title:
Python-mode incorrectly handles quotes in comments
To manage noti
please flag "new" again, should you still encounter the issue,
thanks,
Andreas
** Changed in: python-mode
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/67
with -1023r
new customizable boolean `py-trailing-whitespace-smart-delete-p'
allows better handling, coming back at the issue that way
** Changed in: python-mode
Importance: Undecided => Medium
** Changed in: python-mode
Assignee: (unassigned) => Andreas Roehler
.8.tar.gz
Andreas
** Changed in: python-mode
Assignee: (unassigned) => Andreas Roehler (a-roehler)
** Changed in: python-mode
Importance: Undecided => Medium
** Also affects: ubuntu
Importance: Undecided
Status: New
** Changed in: python-mode
Status: New => Fix
** Changed in: python-mode (Ubuntu)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670674
Title:
Improper indentation when pasting code in gnome-terminal
To ma
** Changed in: python-mode
Importance: Medium => Undecided
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670701
Title:
Multiline copy including comments cause trailing whitespace to be
pasted
** Changed in: python-mode
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670701
Title:
Multiline copy including comments cause trailing whitespace to be
pasted
To
Hi Bryce,
should you see something bad, interested to learn about.
BTW think it's worth a new report than,
thanks,
Andreas
** Changed in: python-mode
Status: Incomplete => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
** Changed in: python-mode
Assignee: Andreas Roehler (a-roehler) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670701
Title:
Multiline copy including comments cause trail
** Changed in: python-mode
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670674
Title:
Improper indentation when pasting code in gnome-terminal
To manag
** Changed in: python-mode
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670674
Title:
Improper indentation when pasting code in gnome-terminal
To manage notifica
Am 01.09.2011 21:25, schrieb Bryce Harrington:
> The issue is that if you have a comment with *no* trailing white space,
> then select it with the mouse, and paste it, it pastes in a comment
> *with* trailing whitespace.
>
just coming around this:
http://pedrokroger.com/2010/07/configuring-emacs-
Am 01.09.2011 21:25, schrieb Bryce Harrington:
> The issue is that if you have a comment with *no* trailing white space,
> then select it with the mouse, and paste it, it pastes in a comment
> *with* trailing whitespace.
>
Can't see any code inside python-mode doing that.
Could you send the output
Dunno how it was before, but don't think it's the task of paste to deal
with trailing whitespace.
So if a comment line has trailing whitespace, remove it before copying
or get it copied.
Copy and paste is the wrong place changing code IMHO,
Don't see any python-mode related bug here, being incli
Hi Bryce,
Can't see why commands should get translated,
can't see whats behind the command-names you indicated.
Could you try
(define-key map [(control j)] 'py-newline-and-indent)
(define-key map [(return)] 'py-newline-and-indent)
(define-key map [(control c)(\/)] 'py-indent-line-out
Hi Bryce,
can't see any relation between these commands and any trailing whitespace
issue,
as these keys/commands only care for the indent, leaving the rest of line
untouched.
Cheers,
Andreas
** Changed in: python-mode
Importance: Undecided => Medium
** Changed in: python-mode
Sta
** Changed in: python-mode
Assignee: (unassigned) => Andreas Roehler (a-roehler)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670701
Title:
Multiline copy including comments cause trail
** Changed in: python-mode
Status: Fix Committed => Fix Released
** Changed in: python-mode (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/3
** Changed in: python-mode
Milestone: None => 6.0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/310354
Title:
3.0 execute into python session
To manage notifications about this bug go to:
https
** Changed in: python-mode (Ubuntu)
Status: Confirmed => Fix Committed
** Changed in: python-mode
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/31035
Am 24.06.2011 13:32, schrieb Barry Warsaw:
> On Jun 23, 2011, at 05:06 PM, Andreas Roehler wrote:
>
>> Ie in that (new) order:
>>
>> (setq active-shell (or py-which-shell
>> (py-choose-shell-by-shebang)
>>
Am 13.06.2011 23:02, schrieb Barry Warsaw:
> There are a couple of issues here.
>
> I'd like to see python-mode eventually grow better support for Python 3
> and Python 2 at the same time. Probably Python 3 support should be a
> derived major-mode so things that are unique to it can be handled
> s
** Changed in: python-mode
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/310354
Title:
3.0 execute into python session
To manage notifications about this bug
** Changed in: python-mode (Ubuntu)
Status: New => Confirmed
** Changed in: python-mode
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/310354
Title:
3.0 execut
32 matches
Mail list logo