Hi, Robin,
I install wxpython 3.0.0 and demo, but when I run it, it appears MS debugger and exit.
Program before I can run under wxpython 2.9.5, they all can not run.
My system is Windows XP SP2.
I debug with MS debugger, get follow messages:
wxbase30u_vc90.dll!010388e3()
[The following framework may be incorrect and / or missing is not loaded symbol wxbase30u_vc90.dll]
wxbase30u_vc90.dll!0103b518()
wxmsw30u_core_vc90.dll!0177dd8a()
msvcr90.dll!78583db8()
msvcr90.dll!78583ed8()
msvcr90.dll!78548558()
I am newer and not familiar with MS development, but want to use wxpython 3.0.0.
wxpython 2.9.5 is OK.
Then I find that if I add “wx.Log.SetLogLevel(0)” on the wx.App , wxpython 3.0.0 is OK.
Why?
When I run my application under wxPython 2.9.5, I get a message box saying " iCCP: known incorrect sRGB profile ".
Another problem, if you call wx.SearchCtrl, an error message will appear also with MS Debugger:
wxbase30u_vc90.dll!01af88e3()
[Frames below may be incorrect and/or missing, no symbols loaded for wxbase30u_vc90.dll]
wxbase30u_vc90.dll!01afb518()
wxmsw30u_core_vc90.dll!01e4dd8a()
msvcr90.dll!78583db8()
msvcr90.dll!78583eb8()
在 2013年12月30日星期一UTC+8下午1时55分27秒,zc zhang写道:
···
Hi, Robin,
I install wxpython 3.0.0 and demo, but when I run it, it appears MS debugger and exit.
Program before I can run under wxpython 2.9.5, they all can not run.
My system is Windows XP SP2.
I debug with MS debugger, get follow messages:
wxbase30u_vc90.dll!010388e3()
[The following framework may be incorrect and / or missing is not loaded symbol wxbase30u_vc90.dll]
wxbase30u_vc90.dll!0103b518()
wxmsw30u_core_vc90.dll!0177dd8a()
msvcr90.dll!78583db8()
msvcr90.dll!78583ed8()
msvcr90.dll!78548558()
I am newer and not familiar with MS development, but want to use wxpython 3.0.0.
wxpython 2.9.5 is OK.
Then I find that if I add “wx.Log.SetLogLevel(0)” on the wx.App , wxpython 3.0.0 is OK.
Why?
When I run my application under wxPython 2.9.5, I get a message box saying " iCCP: known incorrect sRGB profile ".