I had Write a Simple Script for my PI with GUI build in TKinter...
Issue with "GPIO.cleanup()" is = Its Clean-Up the Ports that are Used in Program but "ReEnter" to that Status Once the Programmed is Run again,
So here in My Program, If i click the buttons once, Means all LED are On, Then i press the "Exit" Button to Exit it, In an "Exit fucntion" i had add the GPIO.cleanup() function, I clear all the ports, means all led are off once the Program is Ended, But it remain HIGH when i run the program again,
Mean GPIO.cleanup() only Pause my GPIO status, But when i run the program again, Its Runs from the same status it left previously,
I had attached my code here with > https://dl.dropboxusercontent.com/u/16158781/all.py