On 06/09/18 20:09, Roger Lea Scherer wrote:
> I removed the "3" in "python3" and it works; along with moving the "www"
> folder to where python resides. Thanks for the help.
That may appear to work but I suspect its just hiding the real issue
which is about setting the correct path values.
Did y
Note: replies inline below, and irrelevant verbiage trimmed. We prefer this
format on this list: it makes it easy to respond point by point and makes the
reply read like a conversation. Please consider adopting this style here.
Anyway, to your message:
On 06Sep2018 12:09, Roger Lea Scherer wr
Thank you all for your help. I am still chugging away at this problem. I've
switched to Windows PowerShell Version 5.1 since I can select, copy, and
paste more easily in PowerShell. (I can't figure out how to do that in
Anaconda and I get the same errors in PowerShell.)
I removed the "3" in "pytho
On 08/30/2018 02:54 AM, Alan Gauld via Tutor wrote:
> On 30/08/18 00:09, Roger Lea Scherer wrote:
>> I'm trying to implement a local host. My instructions tell me to type the
>> following command in the command line, make sure I'm in the "www" folder
>
> So this is not the folder where python3 is
On 30/08/18 00:09, Roger Lea Scherer wrote:
> I'm trying to implement a local host. My instructions tell me to type the
> following command in the command line, make sure I'm in the "www" folder
So this is not the folder where python3 is installed. (See below)
> python3 -m http.server --cgi 8000
I'm trying to implement a local host. My instructions tell me to type the
following command in the command line, make sure I'm in the "www" folder
(which I am and not a subfolder, although there is a subfolder "cgi-bin")
and then run this:
python3 -m http.server --cgi 8000
I'm running Anaconda in W