I am currently building a project with leap motion and vpython (wxpython).
It is a python based project and now I have a problem that when the leap motion senser is on its process (which means that it is continuously getting data from people's hand), the vpython (wxpython) graphic window gets unresponsive (the window of vpython Not Responding, this window should represent the required graphic that i need,and at the mean time, the leap motion senser still works fine, and getting the correct data). not responding picture explaination of the above
I tryed to search in google, said that it might be a thread problem, but I have no idea how to solve it.