New submission from Jonathan Finlay <[email protected]>:
File "/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/main.py", line
1194, in _sig_remove_book
res = page.sig_close()
File "/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/form.py",
line 492, in sig_close
dialog.destroy()
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/win_form.py",
line 396, in destroy
self.screen.switch_view(view_type=self.prev_view.view_type)
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/screen/screen.py",
line 320, in switch_view
self.display()
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/screen/screen.py",
line 657, in display
view.display()
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/view/form.py",
line 126, in display
record[field].get(record, check_load=False)
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/model/record.py",
line 124, in __getitem__
self.set(value, signal=False)
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/model/record.py",
line 421, in set
self.group.fields[fieldname].set(self, value, modified=False)
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/model/field.py",
line 757, in set
group.destroy()
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/model/group.py",
line 390, in destroy
self.clear()
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/model/group.py",
line 107, in clear
self.signal('group-list-changed', ('record-removed', record))
File "/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/signal_event.py",
line 14, in signal
fnct(self, signal_data, *data)
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/screen/screen.py",
line 219, in _group_list_changed
view.group_list_changed(group, signal)
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/view/list.py",
line 627, in group_list_changed
self.display()
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/view/list.py",
line 747, in display
self.update_children()
File
"/home/jonathan/Desarrollo/Tryton/2.3/tryton/tryton/gui/window/view_form/view/list.py",
line 783, in update_children
True)
File "/usr/lib/python2.6/locale.py", line 182, in format
formatted = percent % value
----------
components: Library (Lib)
files: locale.patch
keywords: patch
messages: 158229
nosy: jonathanf
priority: normal
severity: normal
status: open
title: float argument required, not NoneType
type: compile error
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file25206/locale.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com