Bertrand Bellenot
Bertrand Bellenot
Thanks @xkzl ! Committed
> Somewhat related to #5, the Windows installation steps are a bit tricky to follow, especially for less-technical users. Is it worth having a standalone windows setup page? There are...
Can you describe how to reproduce this behavior?
@Axel-Naumann According to the [Xrootd README](https://github.com/xrootd/xrootd/blob/master/README), the only `OpenSSL` related variable we can pass is `OPENSSL_ROOT_DIR`. Not sure it would solve this issue...
Yes, this is a known issue, and there is no solution for the time being,
One possible workaround is to use ROOT7 WebGUI by changing the following line in `system.rootrc` (or your own `.rootrc`): ``` Gui.Factory: native ``` To: ``` Gui.Factory: web ``` Then it...
@dwcasper sorry, you're right, it doesn't work with v6.24.06. If you want to try, you can either take a [nightly build](https://root.cern/download/nightly/?C=M;O=D), or wait for the upcoming v6.26.00.
It still doesn't work on Windows
So the WebGUI (in master) works, or adding the following lines make it work as well: ``` try: while not gSystem.ProcessEvents(): time.sleep(0.02) except KeyboardInterrupt: print('interrupted!') ``` For example: ``` >>>...
I can add a protection, but can I ask the same question: why are you calling the default constructor?