On 11/01/2015 22:13, Jenacee Owens wrote:
I'm new to python and every time i type a command into the MS-DOS Commands it
looks like this.
strings
Traceback";line 1 in
name error:name strings'is not defined
how can i fix this?
Others have already commented, so I'll just ask would you be m
On Sun, Jan 11, 2015 at 5:13 PM, Jenacee Owens wrote:
> I'm new to python and every time i type a command into the MS-DOS Commands it
> looks like this.
>
strings
>
> Tracebackfile "";line 1 in
> name error:name strings'is not defined
>
> how can i fix this?
Nothing to do with DOS, ther
On 01/11/2015 02:13 PM, Jenacee Owens wrote:
I'm new to python and every time i type a command into the MS-DOS Commands it
looks like this.
strings
Traceback";line 1 in
name error:name strings'is not defined
how can i fix this?
What where you trying to accomplish, and what did you expect
On Sun, Jan 11, 2015 at 3:13 PM, Jenacee Owens wrote:
> I'm new to python and every time i type a command into the MS-DOS Commands it
> looks like this.
>
strings
>
> Tracebackfile "";line 1 in
> name error:name strings'is not defined
That error is from the Python interpreter, not MS-DO