Hi,all.
Would you give me an example which wxpython call vpython?I can't
understand that on close window(by click close 'x') from vpthon the same
application of wxpython will crash.
I am not sure what your are doing or how you are using things but you mentioned that you used vpython as I didn't know about it I quickly checked out there site and noted that it used "IDLE" and it has come up quit a few times on this list that people try to use wxPython from within Idle and they run into problems as the two UI tool kits (Tkinter and wxPython) are not getting a long very well.
Werner
···
On 06/29/2011 03:44 AM, zhangrui wrote:
Hi,all.
Would you give me an example which wxpython call vpython?I can't
understand that on close window(by click close 'x') from vpthon the same
application of wxpython will crash.
Hi,all.
Would you give me an example which wxpython call vpython?I can't
understand that on close window(by click close 'x') from vpthon the same
application of wxpython will crash.
Thanks,
In an application I use wxpython call vpython ,the vpython class works
well.But the application crashes on close window by clicking 'x' in the
vpython window.Would you give me an advance avoiding the error?
My vpython is 5.2 and python is 2.7 wxpython is 2.89 on windows xp .
The error as below:"python.exe - Application Error".message is The
instruction at "0x02b9000c" referenced memory at "0x00000000". The memory
could not be "read"
I am eager to knowing how to correct it ??