2009/7/19 bmallerd <[email protected]>: > I've managed to fix the problem. > > The problem was caused by /icons.in/make.py not ensuring the correct version > of wx is used. Since I had both wx 2.6 and wx 2.8, the incorrect version of > wx.tools.img2py was called (which doesn't have -F flag I think). > > I just hacked around it by putting the following lines in front of the file: > import wxversion > wxversion.select('2.8').
Thanks, added this (slightly modified) to icons.in/make.py Cheers, Frank
