Subprocess Connection Error

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Oct 17 21:04:22 EDT 2020


On 17/10/20 4:04 pm, Dave Dungan wrote:
> One more thing, the book says to save it as "types.py".

Which is probably a bad thing to do, because there is a built-in
module called "types" that this will shadow. If IDLE happens to
use that module, bad things could happen.

Have you tried using a different name, such as "my_types.py"?

-- 
Greg


More information about the Python-list mailing list