Python Forum
"EOL While Scanning String Literal"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"EOL While Scanning String Literal"
#12
You're right - David Beazley is funny. I like the way he teaches too because it's not dry.

I've tried running your code (above) and got a traceback error.

Error:
Traceback (most recent call last): File "C:/Python Tutorials/LARS60+.py", line 1, in <module> import requests ModuleNotFoundError: No module named 'requests'
I've imported the requests module with the 'pip' command. I tried it again after I got the error and it said "Requirement already satisfied: requests in c:\users\toliver\appdata\local\enthought\canopy\user\lib\site-packages".

I am enjoying his video. I've got his cookbook now too. I've also found his website so I'll just soak up some of Mr. Beazley's knowledge and hope to be wiser because of it!

I appreciate your help and pointing me in the direction of such a wealth of information!
Reply


Messages In This Thread
"EOL While Scanning String Literal" - by tjnichols - Apr-09-2018, 09:49 PM
RE: "EOL While Scanning String Literal" - by wavic - Apr-09-2018, 10:29 PM
So simple! - by tjnichols - Apr-09-2018, 11:14 PM
RE: "EOL While Scanning String Literal" - by tjnichols - Apr-11-2018, 05:16 PM
RE: "EOL While Scanning String Literal" - by nilamo - Apr-12-2018, 03:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Literal beginner - needs help warriordazza 2 1,875 Apr-27-2020, 11:15 AM
Last Post: warriordazza

Forum Jump:

User Panel Messages

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