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 661613 - Traceback: global name 'UInt32' is not defined
Traceback: global name 'UInt32' is not defined
Status: RESOLVED FIXED
Product: pyatspi2
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
pyatspi2 maintainer(s)
: 661380 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-10-12 23:11 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2015-02-27 16:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2011-10-12 23:11:05 UTC
Originally seen in bug 661380, this keeps biting the user each time he presses Down Arrow (i.e. reading firefox web pages winds up being a serious failure).

Traceback (most recent call last):
  • File "/usr/lib/python2.7/site-packages/orca/input_event.py", line 206 in processInputEvent
    consumed = self.function(script, inputEvent)
  • File "/usr/lib/python2.7/site-packages/orca/scripts/toolkits/Gecko/script.py", line 5909 in goNextLine
    [nextObj, nextCharOffset] = self.findNextLine(obj, characterOffset)
  • File "/usr/lib/python2.7/site-packages/orca/scripts/toolkits/Gecko/script.py", line 5866 in findNextLine
    newOffset = text.getOffsetAtPoint(oldX, newY, 0)
  • File "/usr/lib/python2.7/site-packages/pyatspi/text.py", line 322 in getOffsetAtPoint
    return exwrap(Atspi.Text.get_offset_at_point, self.obj, x, y, UInt32(coordType))
NameError: global name 'UInt32' is not defined

Comment 1 Mike Gorse 2011-10-13 04:51:15 UTC
Oops--I guess this is dbus-python crud that I forgot to remove.

Committed: 838da6.
Comment 2 Joanmarie Diggs (IRC: joanie) 2011-10-13 19:45:06 UTC
*** Bug 661380 has been marked as a duplicate of this bug. ***
Comment 3 André Klapper 2015-02-27 16:41:05 UTC
[Moving at-spi/pyatspi2 bugs to separate product. See bug 740075]