About 50 results
Open links in new tab
  1. Basic Python client socket example - Stack Overflow

    File "client.py", line 4, in client_socket.connect ( ('localhost', 5000)) File "", line 1, in connect socket.error: [Errno 111] Connection refused I've googled pretty much every part of this error, and people who've …

  2. Python http.client json request and response. How?

    Aug 1, 2012 · Python http.client json request and response. How? Asked 13 years, 6 months ago Modified 1 year, 7 months ago Viewed 117k times

  3. How to make a simple Python REST server and client?

    Mar 5, 2020 · I'm attempting to make the simplest possible REST API server and client, with both the server and client being written in Python and running on the same computer. From this tutorial: …

  4. Python - Download files from SharePoint site - Stack Overflow

    Dec 7, 2018 · 43 Have you tried Office365-REST-Python-Client library, it supports SharePoint Online authentication and allows to download/upload a file as demonstrated below: Download a file

  5. Accessing Office365 Sharepoint REST EndPoints using Python …

    Sep 1, 2020 · In my case, I cannot connect using UserCredentials (I used to be able, the requirements just changed recently), nor ClientCredentials. What worked for me was creating a self-signed …

  6. Python Socket Multiple Clients - Stack Overflow

    May 30, 2012 · So I am working on an iPhone app that requires a socket to handle multiple clients for online gaming. I have tried Twisted, and with much effort, I have failed to get a bunch of info to be …

  7. python - Authenticate sharepoint with client_id and client_secret ...

    Sep 22, 2022 · I'm trying to use all the different values I can find here to set client_id and client_secret. Any tips on how to get access by this method or another with the use of Office365-REST-Python …

  8. Python send email using Graph API and Office365-REST-Python-Client

    Jul 31, 2023 · Python send email using Graph API and Office365-REST-Python-Client Asked 2 years, 6 months ago Modified 2 years, 6 months ago Viewed 11k times

  9. ImportError: No module named win32com.client - Stack Overflow

    I am currently using python 2.7 and trying to open an Excel sheet. When using the code below: import os from win32com.client import Dispatch xlApp = win32com.client.Dispatch("Excel.Application") ...

  10. The 'google-api-python-client' distribution was not found and is ...

    Apr 29, 2020 · My case is an Python-Flask windows app bundled with Pyinstaller --onefile option, using a .spec file. I've copied the folder google_api_python_client-1.9.3.dist-info from the original location …