Hi,

I have some .py files that I modify and run. Today I used one of them, and had some output on IDLE python shell. Now I run another .py file, but in between I get the result from the previous code. I tracked it down in the second script, and the subprocess line calls this old result somehow. It does not affect anything, but I feel as if there is some sort of junk coming with this subprocess module. This first script does not even use the subprocess.

I would be glad if someone has some suggestions.
Thanks

Maybe you named some of your scripts same as one system module?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.