Richard Brown
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Richard Brown created a post, [Solved - sort of] SSL module is not available...
See my next comment to tell what I did…I'm using PyCharm 2024.3.5 (Community Edition) on a macOS M3 processor running Sequoia 15.3.2.Back in January, I used PyCharm to query an HTTPS server success... -
-
Richard Brown created a post, PyCharm - no route to host
I have a small Python program that calls `response = requests.get(url)` to retrieve a page from a host on the same subnet.When I execute the program in the debugger, it fails with this message:Erro... -
Richard Brown created a post, Play a "beep" in PyCharm IDE?
I used PyCharm to develop an program that runs a long time. I let it run in the PyCharm IDE - nothing fancy. I leave it in the background and work on other projects. Sometimes it completes, and som... -
-
Richard Brown created a post, Simple environment for playing with ES7 [SOLVED]
I want to start playing around with ES7 features (async/await in particular). I would like to create a new project that I can use to paste in many of the samples on the web, and step through them i...