Python Forum
Traceback error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Traceback error (/thread-10502.html)

Pages: 1 2 3 4 5 6


RE: Traceback error - tjnichols - May-28-2018

Cool! I will definitely be checking these out!


RE: Traceback error - tjnichols - Jun-01-2018

I've never done that much traveling. That would drive me bonkers!

I worked at Defense Technology in Casper Wyoming for 7 years. They make less than lethal weapons for cops. Translation? It won't kill but it's going to hurt REALLY BAD!! What's really funny is there are many cops that asked if we still rode in horse and buggies! I started messing with them. I would tell them yes and we only had one stop light. I would tell them I was just joking in the end but it was funny.

I moved to Miami, FL. My husband was transferred there. I worked at The Haskell Company. We rebuilt the Port of Miami. That was a fun job too.

Thanks for sharing!


RE: Traceback error - Truman - Jun-24-2018

(May-24-2018, 03:06 PM)Larz60+ Wrote: the error was: ModuleNotFoundError: No module named 'requests'
clearly the version of Python being used does not have a requests module.

I receive this message trying to use requests mode and I have 10.0.1 version of pip.
I previously installed requests module. Any idea why?


RE: Traceback error - Larz60+ - Jun-24-2018

from command line, type:
pip -V
then:
python -V
Does the python version that pip is paired with match the version of python showing from second command?
If not, you have a path problem, show the results


RE: Traceback error - Truman - Jun-25-2018

yup, 3.6 with 3.6.4


RE: Traceback error - Larz60+ - Jun-25-2018

do also:
pip list
Is requests in the list?
By the way, this should have been a separate thread.
Adding to someone else's thread is called hijacking, and not allowed.
Make the next post a new thread