In article <[email protected]>, Djames Suhanko <[email protected]> wrote: > >"pygame error: file is not a windows bmp file" > > I couldn't found a solution for this problem. >My python script run fine in local machine using cxfreeze, but don't >work when copied to my live linux system. >If I put bmp image, works fine, but png don't. >Can you help me?
Convert with PIL? http://www.pythonware.com/products/pil/ -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ my-python-code-runs-5x-faster-this-month-thanks-to-dumping-$2K- on-a-new-machine-ly y'rs - tim -- http://mail.python.org/mailman/listinfo/python-list
