Python Forum

Full Version: Syntax Error EOL while scanning string literal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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