how can I reload 'from *' ?

Mike Cat noemail at nowhere.hades
Mon May 29 03:20:49 EDT 2000


jflores at codeit.com (Grakka) wrote in <392EA245.58D09773 at codeit.com>:

>>> reload(HUGO)
>
>Mike Cat wrote:
>> 
>> Hi!
>> 
>> How can I reload things imported with 'from HUGO import *' ?
>> 
>> Regards,
>> Mike
>> --
>> http://www.python.org/mailman/listinfo/python-list
>
>

No way. There is no module 'HUGO' to reload if you do 'from HUGO import *'.

Regards,
Mike



More information about the Python-list mailing list