[wxPython-users] wx.StaticBitmap not working correctly with
py2exe?
Robin Dunn
robin at alldunn.com
Fri Jun 2 19:30:38 PDT 2006
Jay Camp wrote:
> I'm trying to package an application with py2exe. However, on the
> target machine (the one without python), my wx.StaticBitmap (which uses
> a PNG image) comes out with a black background instead of being
> transparent.
Is the target machine run XP? Do you include the manifest with your exe
so the themed controls will be used? Does your image have an alpha
channel or a mask?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list