Python 2.5

Robin Dunn robin at alldunn.com
Mon Jul 3 10:14:12 PDT 2006


Hi all,

I'm curious if anybody has tried the Python 2.5 binaries from the last 
preview build yet, and if so how your experiences with it have been.

BTW, I'm aware of the import warning on Windows.  This is because I put 
the wx message catalog files in a 'locale' subdir of the wx pakcage dir, 
but since _core.py also does a 'import locale' it's giving a warning 
about that subdir not being imported because doesn't have a __init__.py. 
    So I need to either change the name of the subdir, or change how I'm 
getting the default locale information...

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wxpython-dev mailing list