[Tutor] Script won't run for no apparent reason

Joel Goldstick joel.goldstick at gmail.com
Fri Aug 10 19:17:59 CEST 2012


On Fri, Aug 10, 2012 at 1:05 PM, Selby Rowley Cannon
<selbyrowleycannon at ymail.com> 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 won't run'?  Do you get an error with Traceback?

I glanced at your code, and your dictionary ends like this: , 'X':'A',
'Y':'B', 'Z':'C',

There is no closing brace
-- 
Joel Goldstick


More information about the Tutor mailing list