In <[EMAIL PROTECTED]>, Amir Dekel wrote:

> When I import a module I have wrote, and then I find bugs, it seems that 
> I can't import it again after a fix it. It always shows the same 
> problem. I try del module but it doesn't work.
> (I use Python 2.4 with the ActivePython pack (PythonWin IDE)
> 
> Solution anyone?

Yes -> help(reload)

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to