On 3/27/2021 5:49 PM, Chris Angelico wrote:
https://bugs.python.org/issue38038
It seems to have been intended as a pure refactor, so I'd call this a
regression. Fortunately, it's not difficult to fix; but I'm not sure
if there are any other subtle changes.
The regression's already been reporte
On 3/27/2021 11:34 AM, Kathleen Kennedy wrote:
When matplotlib-cpp from GitHub is used to add graphics to a Visual Studio
C++ Console application the following error is obtained: Cannot
open python37_d.lib.
The error was not resolved by re-installing python, including debug files.
Any assistan
Thank you ChrisA !
I hope it will solve it too. Do i need to do anything ?
Thank you for your time and help.
Best wishes,
--lucas
On 27/03/2021 22:49, Chris Angelico wrote:
On Sun, Mar 28, 2021 at 5:00 AM lucas wrote:
I finally took time (thanks to Florian R.) to get a reproducible exampl
On Sun, Mar 28, 2021 at 5:00 AM lucas wrote:
> I finally took time (thanks to Florian R.) to get a reproducible example
> of my problem, as asked previously by ChrisA.
Thanks! With this in hand, I can play around with it.
> On debian, Python 3.7, i got:
>
> 127.0.0.1 - - [27/Mar/2021 18:31:
On 27/03/2021 06:20, pyt...@blackward.eu wrote:
Chris,
you seem to imply, that I have compiled said versions without reason
and that the same would be possible on basis of Python 3 - which is
simply not true. Maybe you are not enough acquainted with Qt and
belonging libraries alike PyQtGraph.
When matplotlib-cpp from GitHub is used to add graphics to a Visual Studio
C++ Console application the following error is obtained: Cannot
open python37_d.lib.
The error was not resolved by re-installing python, including debug files.
Any assistance would be much appreciated.
JIMK
--
https://mail
On 3/27/2021 1:20 AM, pyt...@blackward.eu wrote:
By the way, some months ago I started trying to migrate to Python 3 and
gave up in favor of creating said compilation.
Why? What was biggest roadblock?
Compatibility of Python and its Packages decreased with V3 significantly.
I don't believ
On 2021-03-27, MRAB wrote:
> On 2021-03-27 17:03, pyt...@blackward.eu wrote:
>> You write, that "Everyone claims that it's easier to move to some other
>> language rather than to migrate to Python 3".
>>
>> Thank you for sharing this remarkable information!
>
> You've quoted him partially and inc
I would like to suggest adding "Blythooon" to the list under "Other
parties have re-packaged CPython" listed here:
https://www.python.org/download/alternatives/
Your title is misleading because you are proposing a change to a
python.org website page, not the 'Python documentation'. That te
I answered your actual question, in your original post, separately. But
by posting here, and continuing to respond, you implicitly invited
extended discussion with questions and opinions.
On 3/26/2021 11:15 PM, pyt...@blackward.eu wrote:
in response to Chris Angelico, a long-time python-list
On Sun, Mar 28, 2021 at 7:46 AM Avi Gross via Python-list
wrote:
>
> What are the odds, Chris, that rewriting an existing project written in an
> older version of a language like python FROM SCRATCH into any other existing
> language, would be easier than updating it to the same language which mad
What are the odds, Chris, that rewriting an existing project written in an
older version of a language like python FROM SCRATCH into any other existing
language, would be easier than updating it to the same language which made
fairly specific changes and has some guidelines how to update?
True, if
Many thanks for the link to that document. Most helpful.
Peter
> -Original Message-
> From: Michael Torrie
> Sent: Friday, March 26, 2021 8:32 PM
> To: python-list@python.org
> Subject: Re: convert script awk in python
>
> On 3/25/21 1:14 AM, Loris Bennett wrote:
> > Does any one have
On 2021-03-27 19:02, pyt...@blackward.eu wrote:
You say: "The point is that there are those who use Python 2 and don't
want to move to Python 3, claiming that it's easier to switch from
Python 2 to some other language than from Python 2 to Python 3. That's
what seems questionable."
And I say, fo
You say: "The point is that there are those who use Python 2 and don't
want to move to Python 3, claiming that it's easier to switch from
Python 2 to some other language than from Python 2 to Python 3. That's
what seems questionable."
And I say, forcing people to do things they do not want to
And, in my outputs, a key part is missing: the received arguments as
parsed by Flask:
Python 3.7:
REQUEST: ImmutableMultiDict([('u', 'user'), ('p', 'password')])
Python 3.9:
REQUEST: ImmutableMultiDict([])
Have a good day everyone,
--lucas
On 27/03/2021 18:53, lucas wrote:
Followin
Following our previous discussion:
https://www.talkend.net/post/287193.html
I finally took time (thanks to Florian R.) to get a reproducible example
of my problem, as asked previously by ChrisA.
The following code is implementing a webserver with Flask, and a client
with the XMLRPC client
On 2021-03-27 17:03, pyt...@blackward.eu wrote:
You write, that "Everyone claims that it's easier to move to some other
language rather than to migrate to Python 3".
Thank you for sharing this remarkable information!
You've quoted him partially and incorrectly. He said "Everyone claims
that it
On Sun, Mar 28, 2021 at 4:03 AM wrote:
>
> You write, that "Everyone claims that it's easier to move to some other
> language rather than to migrate to Python 3".
>
> Thank you for sharing this remarkable information!
>
Yep. Plenty of people have claimed that. And guess what? They mostly
end up d
On Sat, Mar 27, 2021 at 9:56 AM wrote:
> May I ask, do you have any knowledge or even experience about if resp.
> how good Tauthon and Pypy2 works together with Qt 4.8?
>
I've never used Qt. I do my GUI's with PyGOBject.
I've moved all of my personal code that I care about from Python 2.x to
3
You write, that "Everyone claims that it's easier to move to some other
language rather than to migrate to Python 3".
Thank you for sharing this remarkable information!
On 2021-03-27 06:36, Chris Angelico wrote:
On Sat, Mar 27, 2021 at 4:20 PM wrote:
Chris,
you seem to imply, that I ha
Hi Dan,
thank you very much for your kind hints - quite interesting idea to have
a more detailed look into this direction!
By the way, your response was the very first here, which I consider to
have a constructive notion; at least I did not felt very welcome here by
Chris until yet...
In
On Sat, Mar 27, 2021 at 5:01 PM Dan Stromberg wrote:
>
> On Fri, Mar 26, 2021 at 10:37 PM Chris Angelico wrote:
>>
>> On Sat, Mar 27, 2021 at 4:20 PM wrote:
>> > By the way, some months ago I started trying to migrate to Python 3 and
>> > gave up in favor of creating said compilation. Compatibil
23 matches
Mail list logo