Gerhard Heil
unread,Jun 28, 2021, 7:46:18 AM6/28/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframework-users
Hi all,
I failed in installing and starting RIDE.
I have Windows 10, Python 3.8.0 and Robotframework 4.0.3 (robot --version works).
I installed RIDE with pip install -U robotframework-ride or pip install -U robotframework-ride==1.7.4.1; both installations responded: Successfully installed robotframework-ride-1.7.4.1 (or .. robotframework-ride-1-7-4-2).
Then I tried to start it via
python -m robotide.__init__ or via python ride.py, and with both versions of the start command and with woth ride versions I get:
wx._core.wxAssertionError: C++ assertion "strcmp(setlocale(LC_ALL, NULL), "C") == 0" failed at ..\..\src\common\intl.cpp(1579) in wxLocale::GetInfo(): You probably called setlocale() directly instead of using wxLocale and now there is a mismatch between C/C++ and Windows locale.
Things are going to break, please only change locale by creating wxLocale objects to avoid this!
OnInit returned false, exiting...
Error in atexit._run_exitfuncs:
wx._core.wxAssertionError: C++ assertion "GetEventHandler() == this" failed at ..\..\src\common\wincmn.cpp(478) in wxWindowBase::~wxWindowBase(): any pushed event handlers must have been removed
I don´t understand that message. How can I fix that?
Best regards
Gerhard