I have create with wxpython flatmenu an application and i was using GUi2EXE to make my program executable and i take the follow error:
File "myflat.py", line 411, in
File "myflat.py", line 47, in init
File "myflat.py", line 262, in CreateMenu
File "FlatMenu.pyc", line 2301, in init
File "ArtManager.pyc", line 1617, in CreateGreyBitmap
File "wx_gdi.pyc", line 668, in SaveFile
wx._core.PyAssertionError: C++ assertion "bmp.Ok()" failed at
....\src\msw\dib.cpp(148) in wxDIB::Create(): wxDIB::Create(): invalid bitmap
I check the names of the icons i use, i search everything and i cant find what is going on can anyone help me please?