Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] invalid syntax
#1
Okay so I have been following a YouTube video on writing out this code and I am getting this error when I test run the program:

[File "C:/Users/Vladislaus/PycharmProjects/Morgana.py", line 5
except ImportError:
^
SyntaxError: invalid syntax]

The code is: [mport speech_recognition as sr
import pyttsx3

engine = pyttsx3.init()
except ImportError:
print('Requested driver is not found.')
except RuntimeError:
print('Driver fails to initialize.')]

I am not sure how the syntax has an error?

Can someone help me with this?

Thank you for your time.
Reply
#2
print('Driver fails to initialize.')]
what is the bracket at the end for, that's your syntax error:
Reply
#3
Larz, I think the error is because there is no try:
the bracket at the end is something left from attempt to put some tags. see also there is opening one in the beginning of the code. Same for the error message
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#4
Ah, missed that!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  print(data) is suddenly invalid syntax db042190 6 1,212 Jun-14-2023, 02:55 PM
Last Post: deanhystad
  SyntaxError: invalid syntax ?? korenron 15 5,785 Jan-25-2022, 11:46 AM
Last Post: korenron
  Invalid syntax with an f-string Mark17 7 7,862 Jan-14-2022, 04:44 PM
Last Post: Mark17
  invalid syntax in my class CompleteNewb 2 1,919 Dec-13-2021, 09:39 AM
Last Post: Larz60+
Exclamation Invalid syntax error(Predict Ethereum Price) lulu43366 2 3,180 Sep-24-2021, 01:24 PM
Last Post: lulu43366
  Unexplained Invalid syntax Error cybertooth 5 3,280 Aug-02-2021, 10:05 AM
Last Post: cybertooth
  [split] [Errno 22] Invalid argument Junaid 0 2,295 Jun-12-2021, 06:02 PM
Last Post: Junaid
  [split] SyntaxError: invalid syntax Code_X 3 2,773 May-04-2021, 05:15 PM
Last Post: Yoriz
  Invalid syntax error - need help fixing calgk01 3 3,297 Feb-23-2021, 08:41 PM
Last Post: nilamo
  Invalid syntax using conditionals if - else jperezqu 1 2,345 Jan-13-2021, 07:32 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

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