Python ghost compile

2007-07-09 Thread funtimes
I split a large python (2.5.1) program into three modules. Let's call them mainmod, submod1, and submod2. mainmod imports submod1 and submod2. When I make changes to any of these modules, it is not reflected in the compile. Only if exit idle and re-run idle. I've removed the two relevant .pyc

Re: Python ghost compile

2007-07-09 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > I split a large python (2.5.1) program into three modules. Let's call > them mainmod, submod1, and submod2. mainmod imports submod1 and submod2. > When I make changes to any of these modules, it is not reflected in the > compile. Only if exit idle and re-run idle. I

Python ghost compile

2007-07-09 Thread funtimes
I split a large python (2.5.1) program into three modules. Let's call them mainmod, submod1, and submod2. mainmod imports submod1 and submod2. When I make changes to any of these modules, it is not reflected in the compile. Only if exit idle and re-run idle. I've removed the two relevant .pyc