Gopal wrote:
> I've a module report.py having a set of funtions to open/close/write
> data to a log file. I invoke these functions from another module
> script.py.
>
> Whenever I'm changing something in report.py, I'm running the file
> (however, it has not effect). After that I'm running script.
Gopal wrote:
> Hi,
>
> I've a module report.py having a set of funtions to open/close/write
> data to a log file. I invoke these functions from another module
> script.py.
>
> Whenever I'm changing something in report.py, I'm running the file
> (however, it has not effect). After that I'm running
Hi,
I've a module report.py having a set of funtions to open/close/write
data to a log file. I invoke these functions from another module
script.py.
Whenever I'm changing something in report.py, I'm running the file
(however, it has not effect). After that I'm running script.py again.
However, th