Python Forum
Error notification after encoding
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error notification after encoding
#1
Hello everyone,

I'm new here, sorry for my english is not so good.
I'm learning Python and get an error message after entering a code.

This is my code, sorry it's in Dutch:

Python 3.8.10
>>> voornaam = 'Brammetje'
achternaam = 'Jansen'
print('Hee hallo, %s %s!' % (voornaam, achternaam))

This is my error:

PROBLEM WITH THONNY'S BACK-END:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/thonny/backend.py", line 1245, in execute_source
statements = compile(ast.Module(body=root.body[:-1]), filename, "exec")
TypeError: required field "type_ignores" missing from Module.

I don't know how to fix this, or where I can find this solution.

Remarks,

Robert
Reply
#2
What's your OS?
Works fine here with thonny and Python 3.8.10 in Linux.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sound Sensor With EMail Notification parascand 1 492 Dec-10-2023, 03:10 AM
Last Post: deanhystad
  How to make scraper send email notification just once themech25 0 1,395 Nov-08-2021, 01:51 PM
Last Post: themech25
  Encoding Error Racer_x 7 2,629 Nov-05-2021, 07:27 PM
Last Post: deanhystad
  Can't read virtual pin or use notification on blynk flypon 1 3,137 Oct-28-2021, 02:32 PM
Last Post: ChanceTran
  running python script showing an icon in the tray notification area chubbychub 1 4,606 Nov-01-2020, 03:52 PM
Last Post: jefsummers
  psutil for monitor a software finish process and notification Pyguys 0 2,877 Mar-27-2020, 11:15 PM
Last Post: Pyguys
  email notification sritsv 2 3,236 Nov-29-2018, 03:10 PM
Last Post: Spendor
  Email Notification mbelfortas 1 2,427 Oct-03-2018, 07:24 AM
Last Post: buran
  keep getting 'encoding' error harry1948 13 7,365 Apr-13-2018, 05:34 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020