On Jan 10, 2008 12:17 PM, John Labenski <[EMAIL PROTECTED]> wrote: > =========== > > Francesco, I used the frm-bakefile.tar.gz on the wxlua website, but I > added a single line to utils.py to sort the fileList values since on > my Mandriva system it sorts them, but in Ubuntu it doesn't and I don't > want to have to dig though the changes to see if they're really > meaningful. Both are python 2.5. > > # remove prefix, normalize the filepath and use / for separator: > files = [os.path.normpath(f[srcdirPrefix:]).replace(os.sep, '/') > for f in files] > > files.sort() # <--- ADDED
I've uploaded it with that single change to http://wxlua.sourceforge.net/download/frm-bakefile_2008_01_10.tar.gz so I won't loose it. Hopefully we can get rid of it if the next version has your fix. Regards, John ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
