Yes, I already expected some problem with %PATH% or %PYTHONPATH%. But even your check commands dont help me:
Tools->View RIDE Log outputs only two lines:
20230120 22:36:27.579 [INFO]: Found Robot Framework version 5.0 from C:\Users\Gerhard\AppData\Local\Programs\Python\Python38\lib\site-packages\robot.
20230120 22:36:27.580 [INFO]: Started RIDE v2.0b2.dev3 using python version 3.8.0 with wx version 4.0.7.post2 in win32.
An extract of pip list:
C:\Users\Gerhard\AppData\Local\Programs\Python\Python38>pip list
Package Version
------------------------------ -----------
robotframework 5.0.1
robotframework-pythonlibcore 3.0.0
robotframework-seleniumlibrary 6.0.0
selenium 4.2.0
The others output:
C:\Users\Gerhard\AppData\Local\Programs\Python\Python38>pip show SeleniumLibrary
WARNING: Package(s) not found: SeleniumLibrary
C:\Users\Gerhard\AppData\Local\Programs\Python\Python38>python -m pip show SeleniumLibrary
WARNING: Package(s) not found: SeleniumLibrary
C:\Users\Gerhard\AppData\Local\Programs\Python\Python38>robot --version
Robot Framework 5.0 (Python 3.8.0 on win32)
C:\Users\Gerhard\AppData\Local\Programs\Python\Python38>python -m robot --version
Robot Framework 5.0 (Python 3.8.0 on win32)
I assume that I have to set the path of SeleniumLibrary to %PATH% or to %PYTHONPATH%, but I don´t find the SeleniumLibrary.py anywhere on my system.
In
C:\Users\Gerhard\AppData\Local\Programs\Python\Python38\lib\site-packages\robot\libraries there are *.py files of the other libraries that I use, but I can´t find SeleniumLibrary file anywhere.