Re: [Pythonmac-SIG] py2app wxpython different behavior

2008-12-12 Thread Robin Dunn
Marcin Matuszkiewicz wrote: Windows get rendered differently if run the application using python or the Mac OS X app generated using py2app. Here are versions of tools I am using. python: 2.5.1 wxpython: 2.8.0 py2app: 0.3.6 I run py2applet AutoCorrDlg.py to generate the app. Any ideas when t

[Pythonmac-SIG] py2app wxpython different behavior

2008-12-10 Thread Marcin Matuszkiewicz
Windows get rendered differently if run the application using python or the Mac OS X app generated using py2app. Here are versions of tools I am using. python: 2.5.1 wxpython: 2.8.0 py2app: 0.3.6 I run py2applet AutoCorrDlg.py to generate the app. Any ideas when this is happening? Thanks. Here