Results 13 comments of Falc0n24

Hi. Yes. I have entered IP and port number. Should I add http:// to this proxy address field? Would it still be possible to automatically check system/environment variable for proxy...

Hi I have added http to proxy address field. Unfortunately it still doesn't work: debug (11/12/14 9:48:26 AM)] RunSetup: RunningSystem: Linux 3.13.0-39-generic [debug (11/12/14 9:48:26 AM)] RunSetup: parent of jar/classes:...

Hi. Yes, downloading files manually is workaround. We have quite complicated network configuration and I have additionally checked that I'm able to open repo from my browser (firefox - configured...

Hello Thank you for quick answer. In general we have quite large project that is still based on Python 2.7. I would like to migrate both to Python 3 and...

Hello. I guess there might be some problem getting Python2 version of pyTKinter with apt on Ubuntu 18.04. Apt is reporting for me: _$sudo apt install python-tk Reading package lists......

Hello. I have installed python-tk and now I'm able to import Dialogs library. ![image](https://user-images.githubusercontent.com/9691707/69871788-ff4e7800-12b3-11ea-991c-571fad2e8ef8.png) However, the problem with importing Screenshot library remains. Any suggestions? BR, Krzysztof

Hello. I have checked all options that you have suggested. I have used this simple code to check what is going on: tauser@tauser-VirtualBox:~$ more Test_screenshot.robot *** Settings *** Library String...

Hi. Core dump for this issue from my VM with clean Xubuntu 18.04 LTS install + Robot Framework + RIDE dependencies. [core.1000.2962.1575445656.zip](https://github.com/robotframework/RIDE/files/3920752/core.1000.2962.1575445656.zip)

Hello. I guess that this is not only my problem, and I have documented here real bug - I'm still able to run tests with robot in this env. as...

Hello. So we actually have this kind of scenario. If we will be using screenshot_module=PyGTK or Scrot in this sample code, it will work with robot directly, yet it will...