Bug 204347 - games-puzzle/londonlaw wxversion patch
Bug#: 204347 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: dirtyepic@gentoo.org
Component: Games
URL: 
Summary: games-puzzle/londonlaw wxversion patch
Keywords:  
Status Whiteboard: 
Opened: 2008-01-04 23:20 0000
Description:   Opened: 2008-01-04 23:20 0000
the attached patch makes the londonlaw gui use wxpython 2.6 even if other
versions are installed.  it fixes an error when trying to run the client with
wxpython 2.8 installed.


dirtyepic@tycho ~ $ london-client
/usr/lib/python2.5/site-packages/londonlaw/guiclient/__init__.py:26:
DeprecationWarning: The wxPython compatibility package is no longer
automatically generated or actively maintained.  Please switch to the wx
package as soon as possible.
  from wxPython.wx import *
London Law does not appear to be installed.
Attempting to launch client from current directory...
/usr/lib/python2.5/site-packages/londonlaw/guiclient/__init__.py:26:
DeprecationWarning: The wxPython compatibility package is no longer
automatically generated or actively maintained.  Please switch to the wx
package as soon as possible.
  from wxPython.wx import *
Traceback (most recent call last):
  File "/usr/games/bin/london-client", line 29, in <module>
    import londonlaw.guiclient
  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 26, in <module>

  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 15, in <module>

  File "usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wxPython/_wx.py",
line 8, in <module>
  File "usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wxPython/_misc.py",
line 456, in <module>
AttributeError: 'module' object has no attribute
'DateTime_GetNumberOfDaysinYear'

------- Comment #1 From Ryan Hill 2008-01-04 23:23:52 0000 -------
Created an attachment (id=140135) [details]
londonlaw-0.2.1-wxversion.patch

------- Comment #2 From Ryan Hill 2008-01-05 00:42:51 0000 -------
Fixed.