After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630063 - Some python wnck constants have wrong type
Some python wnck constants have wrong type
Status: RESOLVED WONTFIX
Product: gnome-python
Classification: Deprecated
Component: gnome
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2010-09-19 13:32 UTC by Tony Houghton
Modified: 2014-08-02 13:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to register wnck constants as flags instead of enums (857 bytes, patch)
2010-09-19 13:32 UTC, Tony Houghton
none Details | Review

Description Tony Houghton 2010-09-19 13:32:45 UTC
Created attachment 170595 [details] [review]
Patch to register wnck constants as flags instead of enums

It looks like someone fixed bug 597319 without realising that the error was actually in libwnck (bug 590534) so we've gone from python trying to use flags while wnck was (incorrectly) using enums to python trying to use enums when it should be using flags.
Comment 1 Emilio Pozuelo Monfort 2011-01-26 19:17:39 UTC
Ping? Can this be committed?
Comment 2 André Klapper 2014-08-02 13:05:56 UTC
The last gnome-python code changes took place in April 2011:
https://git.gnome.org/browse/archive/gnome-python/log/

This project is not under active development anymore.

This project got recently archived in GNOME Git.

It is currently unlikely that there will be any further active development.

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again. If you are interested in maintainership, inform https://mail.gnome.org/mailman/listinfo/desktop-devel-list

gnome-python wrapped GNOME 2's core libraries which are all deprecated and not under development anymore. 
For Python in GNOME 3, see https://wiki.gnome.org/Projects/PyGObject and its gobject-introspection approach.