FW: I'm a newbie and I'm still stumped...

2015-08-03 Thread Dwight Hotmail
On 8/3/15, 4:07 PM, "Dwight GoldWinde" wrote: >Thank you, Paul. > >But does this mean I am not using Python 3.4? > >BIG SMILE... > >Always, Dwight > > >www.3forliving.key.to (video playlist on YouTube) >www.couragebooks.key.to (all my books on Amazon) > > > > > > >On 8/3/15, 3:14 PM, "Paul Rubin"

Re: I'm a newbie and I'm still stumped...

2015-08-03 Thread Jussi Piitulainen
Dwight GoldWinde quotes himself: > >> Okay, thank you, Dave, so I got the following info: type $(which >> python3) >> /Library/Frameworks/Python.framework/Versions/3.4/bin/python3 is >> /Library/Frameworks/Python.framework/Versions/3.4/bin/python3 >> >> But I can¹t figure out what short of ³usr² st

Re: I'm a newbie and I'm still stumped...

2015-08-03 Thread Dwight GoldWinde
On 8/3/15, 4:55 PM, "Dwight GoldWinde" wrote: >Okay, thank you, Dave, so I got the following info: >type $(which python3) >/Library/Frameworks/Python.framework/Versions/3.4/bin/python3 is >/Library/Frameworks/Python.framework/Versions/3.4/bin/python3 > > >But I can¹t figure out what short of ³u

Re: I'm a newbie and I'm still stumped...

2015-08-03 Thread Dave Farrance
Dwight GoldWinde wrote: >Here are the results I got below, showing the same error. The first line >says, >"2.7.6 (default, Sep 9 2014, 15:04:36)”. Does that mean I am running the >old Python? How could that be since I am SURE I downloaded 3.4.3 (it even >gives the folder name as “Python 3.4” in

Re: I'm a newbie and I'm still stumped...

2015-08-03 Thread Paul Rubin
Dwight GoldWinde writes: > word = input('Enter a word ') Use raw_input instead of input. In python 2.x, input treats the stuff you enter as a Python expression instead of a string. -- https://mail.python.org/mailman/listinfo/python-list

Re: I'm a newbie and I'm still stumped...

2015-08-03 Thread Dwight GoldWinde
Thank you, Emile, Paul, Terry, and Joel for your suggestions! And the error persists. Maybe my error is coming from running the old version (2.7.6) of Python, but I can’t figure out why that would be happening??? I downloaded 3.4.3 again from the Python.org website for my Mac. I inserted the "imp