wxbase28uh_vc.dll problem when running Robotframework RIDE with wxpython

I’m having problem running Robotframework RIDE with WxPython. Seperately, robotframework’s running fine. However everything I started RIDE, I received error “python.exe has stopped working” with fault module is wxbase28uh_vc.dll, obviously WxPython module.

Does anyone has any idea why? It doesn’t happen on another machine with the same configuration.

The settings is: windows 7 64-bit, python 2.7, Robotframework RIDE 1.2.1

Minh Chau Hoang wrote:

I'm having problem running Robotframework RIDE with WxPython.
Seperately, robotframework's running fine. However everything I started
RIDE, I received error "python.exe has stopped working" with fault
module is wxbase28uh_vc.dll, obviously WxPython module.

Does anyone has any idea why? It doesn't happen on another machine with
the same configuration.

The settings is: windows 7 64-bit, python 2.7, Robotframework RIDE 1.2.1

Can you narrow down when the fault actually happens? That might help diagnose the issue. For example does it fail when the import wx statement is executed? When an app object is created? When a frame is shown? Etc.

···

--
Robin Dunn
Software Craftsman