Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python error message while running python main.py #32

Open
mostafa1611 opened this issue May 15, 2024 · 5 comments
Open

python error message while running python main.py #32

mostafa1611 opened this issue May 15, 2024 · 5 comments

Comments

@mostafa1611
Copy link

Hello Sir,
Running python main.py iI got this error
E:\whatsapp_rd\Advanced-WhatsApp-Sender>python main.py
File "E:\whatsapp_rd\Advanced-WhatsApp-Sender\main.py", line 355
table = fr"CREATE TABLE IF NOT EXISTS `{
^
SyntaxError: unterminated string literal (detected at line 355)
windows 11, python310 as yours new install
error_message

thanks for your efforts
El Mostafa
'

@mostafa1611
Copy link
Author

Hello Sir, I solved it by substitute all ` by '
thanks sir

@AmitJ2005
Copy link

Hello Sir, I solved it by substitute all ` by ' thanks sir

sir, this error not resolved yet

Same Error Getting

`table = fr"CREATE TABLE IF NOT EXISTS `{ ^ SyntaxError: unterminated string literal (detected at line 355)`

@arham9982
Copy link

Hello Sir, I solved it by substitute all ` by ' thanks sir

sir, this error not resolved yet

Same Error Getting

table = fr"CREATE TABLE IF NOT EXISTS { ^ SyntaxError: unterminated string literal (detected at line 355)`

u need to add triple quotes the error will be resolved """

@denzardten
Copy link

add triple quotes where??

@touseefoffice
Copy link

Please explain it friends where we have to put triple quotes

File "D:\Software making\Advanced-WhatsApp-Sender-main\main.py", line 355
table = fr"CREATE TABLE IF NOT EXISTS `{
^
SyntaxError: unterminated string literal (detected at line 355)

Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants