[Python-Dev] Re: computersmarketing

2022-12-20 Thread Ethan Furman
Gah. Already dealt with. ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives

[Python-Dev] computersmarketing

2022-12-20 Thread jugnu7271
I am jugnu25 working for computers marketing PR consultant. With extra than 6 years experience in PR and Digital Industry, helping groups to obtain dreams through streamilining the technique. https://www.computersmarketing.com/ ___ Python-Dev mailing li

[Python-Dev] Re: problem with abandonned lib pyliblo

2022-12-20 Thread Michał Górny
On Tue, 2022-12-20 at 12:31 +0100, Mathieu Picot wrote: > There is a problem with the lib pyliblo, the source code of the lib is here: > https://github.com/dsacre/pyliblo > > The problem is that the lib is now incompatible with python3.11 because it > uses inspect.getargspec function which does no

[Python-Dev] problem with abandonned lib pyliblo

2022-12-20 Thread Mathieu Picot
Hi. There is a problem with the lib pyliblo, the source code of the lib is here: https://github.com/dsacre/pyliblo The problem is that the lib is now incompatible with python3.11 because it uses inspect.getargspec function which does not exist anymore. This is very easy to fix, the main problem i