GnuCash
Contact   Instructions
Bug 797205 - Python Shell startup message: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated
Summary: Python Shell startup message: PyGTKDeprecationWarning: Using positional argum...
Status: NEW
Alias: None
Product: GnuCash
Classification: Unclassified
Component: Python Bindings (show other bugs)
Version: git-maint
Hardware: PC All
: Normal normal
Target Milestone: ---
Assignee: core
QA Contact: core
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-19 05:53 EDT by Christoph Holtermann
Modified: 2019-04-25 11:40 EDT (History)
1 user (show)

See Also:


Attachments

Description Christoph Holtermann 2019-04-19 05:53:59 EDT
gnucash/python/init.py:122: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "type" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  window = Gtk.Window(Gtk.WindowType.TOPLEVEL)

needs to be fixed.
Comment 1 Christoph Holtermann 2019-04-25 11:40:30 EDT
Patch https://github.com/Gnucash/gnucash/pull/496

Note You need to log in before you can comment on or make changes to this bug.