In addition to the other requests for more info on a very ambiguous
question, let me add one. Did the message suggest something worked on an
earlier version and broke with a new version, or did they mean they just
started USING the current version and hoped the version number was
meaningful for the
On 27/07/2021 10.19, Glenn Wilson via Python-list wrote:
> I recently downloaded the latest version of python, 3.9.6. Everything works
> except, the turtle module. I get an error message every time , I use basic
> commands like forward, backward, right and left. My syntax is correct:
> pat.forwa
It would help to know the error message you get every time.
On Mon, 2021-07-26 at 22:19 +, Glenn Wilson via Python-list wrote:
> I recently downloaded the latest version of python, 3.9.6. Everything
> works except, the turtle module. I get an error message every time ,
> I use basic commands l
I recently downloaded the latest version of python, 3.9.6. Everything works
except, the turtle module. I get an error message every time , I use basic
commands like forward, backward, right and left. My syntax is correct:
pat.forward(100) is an example. Can you tell me what is wrong.
thanks
On Sat, Jul 24, 2021 at 6:55 AM Dan Stromberg wrote:
>
>
> On Fri, Jul 23, 2021 at 1:20 AM Bartosz Golaszewski wrote:
>>
>> Hi!
>>
>> I'm working on a Python C extension and I would like to expose a
>> custom enum (as in: a class inheriting from enum.Enum) that would be
>> entirely defined in C.