python call visual python crashes on close window

Hi,all
  Now I use wxpython call visual python,but when I click the close 'x' on
vpython window,the application crashes.Who could help me ! My python is
2.7,wxpython is 2.9 and vpyhton is 5.3.

···

--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/python-call-visual-python-crashes-on-close-window-tp4530777p4530777.html
Sent from the wxPython-users mailing list archive at Nabble.com.

vPython is using Idle. Idle is based on Tkinter and I don't think it is possible to have Tkinter and wxPython gracefully co-exist within the same application.

Werner

···

On 06/28/2011 07:43 AM, zhangrui wrote:

Hi,all
   Now I use wxpython call visual python,but when I click the close 'x' on
vpython window,the application crashes.Who could help me ! My python is
2.7,wxpython is 2.9 and vpyhton is 5.3.