From: Kevin A. <al...@se...> - 2005-04-05 18:35:46
|
On Apr 5, 2005, at 11:22 AM, bra...@om... wrote: > > > Thanks, Kevin. I hope to test out this feature sometime in the coming > week. > > Kevin Altis wrote on 03/30/2005 12:07:09 PM: > > > I've revised the internationalResourceName function in > > model.py to support platform-specific resource files > > as well as language and country specific names. You > > don't have to use platform-specific files, but it is > > an option for those that want to tweak a static layout > > for each platform. > > > > For example, using the -l (log) option under Windows > > on my system, I get the following DEBUG output which > > shows the possible valid resource filenames and the > > order they are searched for. Valid platform prefixes > > are: win, gtk, mac. > > > > DEBUG: : Wed Mar 30 09:54:22 2005: default: ('en_US', > > 'cp1252') > > DEBUG: : Wed Mar 30 09:54:22 2005: en US > > DEBUG: : Wed Mar 30 09:54:22 2005: > > ['minimal.win.en_US.rsrc.py', > > 'minimal.win.en.rsrc.py', 'minimal.en_US.rsrc.py', > > 'minimal.en.rsrc.py', 'minimal.win.rsrc.py', 'minimal.rsrc.py'] > When I post a change like this it means that the code in the CVS repository changed and will be in the next release distribution. If you want to stay current with changes and test before the next release you need to work off of a copy of PythonCard from the SF CVS repository. The next release is not scheduled until sometime in May, after I get back from the UK. ka |