Thanks for the insight Barry. I think I know what's wrong with my program now. I'm passing an array of strings then trying to iterate through the strings to access a dictionary with the same name, but obviously that doesn't work.
For example: keywords = ["python", "django"] First iteration would get the string "python" and then iterating through that would get each character "p", "y" etc. I was trying to iterate through a dictionary named "python" the second time around but I was just going through the string instead. So I guess I just need to pass the dictionaries as one array and iterate through that like in your example. I'll give it a try. Thanks so much for the help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---