I seem to be having some issues with my if/else statements and EasyGUI choice box. I know that if the user presses "Cancel", it returns "None". My code always enters the "Else" statement. Also, my second For loop doesn't seem to be iterating. Is there a better way to select the object (country name) that I want? Here's my code so far, with debugging output.
UPDATE: The issue was the fact that I was using a Mac for some reason. I used my PC, and it worked as expected.