Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Traceback error
#51
Cool! I will definitely be checking these out!
Reply
#52
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!
Reply
#53
(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?
Reply
#54
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
Reply
#55
yup, 3.6 with 3.6.4
Reply
#56
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Traceback error tjnichols 3 5,342 Sep-11-2018, 07:04 PM
Last Post: tjnichols
  Traceback error tjnichols 3 3,551 Sep-05-2018, 06:11 PM
Last Post: tjnichols
  Traceback error - I don't get it tjnichols 2 3,089 May-24-2018, 08:10 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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