[wxpython-users] To wxPython developers
by Chester other posts by this author
May 7 2008 7:16AM messages near this date
RE: [wxpython-users] wxPython License
|
Re: [wxpython-users] To wxPython developers
Dear developers of wxPython, please visit this link:
http://svn.wxwidgets.org/svn/wx/wxPython/trunk/wxPython/media.py.
Since I don't have access to make the fix, I ask you to change the
line
if sys.modules.has_key('wxPython.wx'):
to
if 'wxPython.wx' in sys.modules:
My proposal looks more clean and also Python 3.0 doesn't have the
has_key() method anymore, so this will aid future headaches. ;)
_______________________________________________
wxpython-users mailing list
wxpython-users@[...].org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
Thread:
Chester
Werner F. Bruhin
Mariano Di Felice
Robin Dunn
Robin Dunn
Christopher Barker
Mariano Di Felice
Christopher Barker
Mariano Di Felice
Christopher Barker
Mariano Di Felice
Christopher Barker
Mariano Di Felice
Robin Dunn
Mariano Di Felice
Robin Dunn
Mariano Di Felice
Chester
Tim Roberts
Chester
Werner F. Bruhin
Chester
|