On 2022-12-21 17:23:47 -0500, Thomas Passin wrote:
> The pygame web site says this:
>
> "Pygame still does not run on Python 3.11"
This doesn't sound like "we haven't got around to preparing packages
yet" and more like "there's a serious incompatibility we haven't solved
yet".
Does anybody know
https://github.com/pygame/pygame/issues/3522
From: Python-list on
behalf of Peter J. Holzer
Date: Thursday, December 22, 2022 at 5:06 AM
To: python-list@python.org
Subject: Re: pygame.midi input/output not working
On 2022-12-21 17:23:47 -0500, Thomas Passin wrote:
> The pygame web site says th
This issue thread on Github says that everyone is waiting on the
packaging maintainer, but nothing from him for some time.
On 12/22/2022 5:04 AM, Peter J. Holzer wrote:
On 2022-12-21 17:23:47 -0500, Thomas Passin wrote:
The pygame web site says this:
"Pygame still does not run on Python 3.11"
Hi all,
I use Python 3.10.9 and Pyserial 3.5 on a Win10 machine.
I'm sending datas via an USB port to a device that accept commands in the
form of : cmd;
The device receives and reacts to the commands sent, and it should reply
with an ACK of the same kind.
But looking with a COM port sniffer, n
I want to extract / scrape the “Matrix form” dataset from the BCS website [1],
a.k.a., the data appeared in the 3rd column.
I tried with the following python code snippet, but still failed to figure out
the trick:
import requests
from bs4 import BeautifulSoup
import re
proxies = {
'http':
Hello!
I'm pleased to announce version 3.10.1, the first minor feature release of
branch 3.10 of SQLObject.
What's new in SQLObject
===
Minor features
--
* Use ``module_loader.exec_module(module_loader.create_module())``
instead of ``module_loader.load_module(
On 12/22/2022 8:35 AM, hongy...@gmail.com wrote:
I want to extract / scrape the “Matrix form” dataset from the BCS website [1],
a.k.a., the data appeared in the 3rd column.
I tried with the following python code snippet, but still failed to figure out
the trick:
Tell what you observed, and w
> On 22 Dec 2022, at 17:09, Patrick EGLOFF wrote:
>
> Hi all,
>
> I use Python 3.10.9 and Pyserial 3.5 on a Win10 machine.
>
> I'm sending datas via an USB port to a device that accept commands in the
> form of : cmd;
> The device receives and reacts to the commands sent, and it should repl