On Fri, Aug 10, 2012 at 6:10 PM, Martin A. Brown wrote:
>
> : values = {'a':'d', 'b':'e', 'c':'f', 'd':'g', 'e':'h', 'f':'i', 'g':'j',
> : 'h':'k', 'i':'l', 'j':'m', 'k':'n', 'l':'o', 'm':'p', 'n':'q', 'o':'r',
> : 'p':'s', 'q':'t', 'r':'u', 's':'v', 't':'w', 'u':'x', 'v':'y', 'w':'z',
> : 'x'
On Fri, 10 Aug 2012, Dave Angel wrote:
On 08/10/2012 03:53 PM, Joel Goldstick wrote:
The clue was actually in his code. See his shebang line -- he's using
Python 3. So the error is on the data that the user inputs.
The other clue, that I noticed, was that his innermost error was on line
1,
Hello,
: #!/usr/bin/env python3
:
: import random
: values = {'a':'d', 'b':'e', 'c':'f', 'd':'g', 'e':'h', 'f':'i', 'g':'j',
: 'h':'k', 'i':'l', 'j':'m', 'k':'n', 'l':'o', 'm':'p', 'n':'q', 'o':'r',
: 'p':'s', 'q':'t', 'r':'u', 's':'v', 't':'w', 'u':'x', 'v':'y', 'w':'z',
: 'x':'a', 'y':'
>>
> OK, I have put it back into Python 2.7, and now I get:
>
> Traceback (most recent call last):
> File "crypto.py", line 27, in
> encrypt()
> File "crypto.py", line 7, in encrypt
> textInputE.list()
> AttributeError: 'str' object has no attribute 'list'
Would it be a strange conclu
On 08/10/2012 04:02 PM, Selby Rowley Cannon wrote:
> OK, I have put it back into Python 2.7, and now I get:
> Traceback (most recent call last):
> File "crypto.py", line 27, in
> encrypt()
> File "crypto.py", line 7, in encrypt
> textInputE.list()
> AttributeError: 'str' object has n
On 08/10/2012 03:53 PM, Joel Goldstick wrote:
> On Fri, Aug 10, 2012 at 3:33 PM, Selby Rowley Cannon
> wrote:
>>>
>> #!/usr/bin/env python3
>>
>> import random
>> values = {'a':'d', 'b':'e', 'c':'f', 'd':'g', 'e':'h', 'f':'i', 'g':'j',
>> 'h':'k', 'i':'l', 'j':'m', 'k':'n', 'l':'o', 'm':'p', 'n':
On 10/08/12 20:53, Joel Goldstick wrote:
On Fri, Aug 10, 2012 at 3:33 PM, Selby Rowley Cannon
wrote:
On 10/08/12 20:07, Joel Goldstick wrote:
On Fri, Aug 10, 2012 at 2:57 PM, Selby Rowley Cannon
wrote:
On 10/08/12 18:17, Joel Goldstick wrote:
On Fri, Aug 10, 2012 at 1:05 PM, Selby Rowley Ca
On Fri, Aug 10, 2012 at 3:33 PM, Selby Rowley Cannon
wrote:
> On 10/08/12 20:07, Joel Goldstick wrote:
>>
>> On Fri, Aug 10, 2012 at 2:57 PM, Selby Rowley Cannon
>> wrote:
>>>
>>> On 10/08/12 18:17, Joel Goldstick wrote:
On Fri, Aug 10, 2012 at 1:05 PM, Selby Rowley Cannon
wrote:
On 08/10/2012 03:33 PM, Selby Rowley Cannon wrote:
> On 10/08/12 20:07, Joel Goldstick wrote:
>> On Fri, Aug 10, 2012 at 2:57 PM, Selby Rowley Cannon
>> wrote:
>>> On 10/08/12 18:17, Joel Goldstick wrote:
On Fri, Aug 10, 2012 at 1:05 PM, Selby Rowley Cannon
wrote:
> I have written a
On 10/08/12 20:07, Joel Goldstick wrote:
On Fri, Aug 10, 2012 at 2:57 PM, Selby Rowley Cannon
wrote:
On 10/08/12 18:17, Joel Goldstick wrote:
On Fri, Aug 10, 2012 at 1:05 PM, Selby Rowley Cannon
wrote:
I have written a small application to encrypt some text. The script looks
fine to me, but
On Fri, Aug 10, 2012 at 2:57 PM, Selby Rowley Cannon
wrote:
> On 10/08/12 18:17, Joel Goldstick wrote:
>>
>> On Fri, Aug 10, 2012 at 1:05 PM, Selby Rowley Cannon
>> wrote:
>>>
>>> I have written a small application to encrypt some text. The script looks
>>> fine to me, but it won't run and I can'
On Fri, Aug 10, 2012 at 1:05 PM, Selby Rowley Cannon
wrote:
> I have written a small application to encrypt some text. The script looks
> fine to me, but it won't run and I can't figure out why. I have attached it,
> if anyone knows why it doesn't work please let me know!
>
What do you mean 'it wo
12 matches
Mail list logo