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 575416 - Missing import in ggz module
Missing import in ggz module
Status: RESOLVED DUPLICATE of bug 572943
Product: gnome-games-superseded
Classification: Deprecated
Component: glchess
2.24.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-15 12:16 UTC by Josselin Mouette
Modified: 2009-03-15 19:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Add missing import (378 bytes, patch)
2009-03-15 12:16 UTC, Josselin Mouette
none Details | Review

Description Josselin Mouette 2009-03-15 12:16:19 UTC
GLchess crashes when initiating a network game:

[ snip ]
  • File "/usr/lib/pymodules/python2.5/glchess/ggz/protocol.py", line 358 in end_server
    self.decoder.feedback.onConnected()
  • File "/usr/lib/pymodules/python2.5/glchess/ggz/client.py", line 189 in onConnected
    language = os.environ['LANG']
NameError: global name 'os' is not defined

Comment 1 Josselin Mouette 2009-03-15 12:16:46 UTC
Created attachment 130695 [details] [review]
Add missing import
Comment 2 Fabio Durán Verdugo 2009-03-15 19:26:24 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you
find.


*** This bug has been marked as a duplicate of 572943 ***