Python Forum
Syntax Error EOL while scanning string literal - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Syntax Error EOL while scanning string literal (/thread-19427.html)



Syntax Error EOL while scanning string literal - intjuma - Jun-28-2019

I am having an issue running my instapy from Github. I was running ok earlier and now it giving me all sorts of errors from Line 1 to the bottom. I cant figure if it something from code as it just a copy and paste from git hub. Think Please some advice to someone that is 2 weeks in to coding!

[Image: TULGSyR]
[Image: hXzSgKg]


ErrorMessage in Pycharm:

Unused import statement Inspection info: This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items.

Unresolved reference 'management' Inspection info: This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items