Le Vendredi 02 Juin 2006 08:42, [EMAIL PROTECTED] a écrit :
> Hi all,
>            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.

Read in the doc the reload builtin description to understand what happens.
But as Albert said before, don't do that !

-- 
_____________

Maric Michaud
_____________

Aristote - www.aristote.info
3 place des tapis
69004 Lyon
Tel: +33 426 880 097
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to