It’s not related to your issue, but do you understand that this is a
floating-point value?
···
David Smith wrote:
I've built a standalone wxpython app on OSX 10.8 using the
latest macport versions for python 2.7.3 / wxpython-devel 2.9.4
/ py2app 0.7.3. The app runs on OSX 10.8, but it crashes with
an invalid memory address on OSX 10.6 (please see the attached
“problem report”). I should note that the 10.6 machine has the
latest macport’s python 2.7.3 and wxpython 2.8.12 installed, but
the app is fully standalone, so I don’t expect a conflict.
…
self.frame = MainFrame()
self.SetTopWindow(self.frame)
self.splashTime = 2e3
-- Tim Roberts, Providenza & Boekelheide, Inc.