|
Gah! When compiling wxPython with py2exe, everything gets all screwed up.
The styles of the widgets turn into what they look like when I tested it on a windows98. The buttons go square, the StaticBoxes turn black and square. The images lose their alpha layer. Etc...
How can I fix this?
As well, compiling the .pyw didn't keep it running without a console window. How do I prevent the console window from showing (on Windows only)? I swear I had it working previously by using .pyw ...
|