Hi all, I am facing a problem while importing a file in python script. After doing import file i am updating that file. Later i am accessing a dictionary contained in that file. Eventhough changes are reflected in the file... When i access a dictionary those changes are not there. I believe that it is accessing from the object file that is created when i did import at the start of the script. I will be kind enough if somebody suggest solution to this problem. Regards- praveen
-- http://mail.python.org/mailman/listinfo/python-list