After successfully installed robotframework-ride-2.1.dev21

After successfully installed robotframework-ride-2.1.dev21 with python 3.12.1 and wxpython 4.2.1
I can not see the GUI of RIDE; there is not icon package of RIDE
If i run ride.py on command line, the ride display on vscode

What is the operating system of your machine?

When a python script opens in an Editor or IDE, it means your system does not have a Python launcher. This may indicate that you are using Windows, and there is a solution, that you need to research, if my assumption is correct.

To start RIDE, you can use:

  • python -m robotide.__init__
  • python <path to scripts>/ride.py

RIDE also installs a script to create a Desktop shortcut. You can try:

  • python <path to scripts>/ride_postinstall.py -install

This is the same as in a successful launch of RIDE, to select Tools->Create RIDE desktop shortcut.