i was wondering if there was a way to embed images into a python app, i plan on packaging an app using py2exe and i do not want to include the image files if i dont have to
Use the img2py utility. (Documentation: http://www.wxpython.org/docs/api/wx.tools.img2py-module.html)
···
On 10/2/06, justin mcguire jherrico@gmail.com wrote:
i was wondering if there was a way to embed images into a python app, i plan on packaging an app using py2exe and i do not want to include the image files if i dont have to
Use the img2py.py tool shipped with wxPython.
- Josiah
···
"justin mcguire" <jherrico@gmail.com> wrote:
i was wondering if there was a way to embed images into a python app, i plan
on packaging an app using py2exe and i do not want to include the image
files if i dont have to