Python Forum

Full Version: uising python zero with IDLE I get an error of 'module not found'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can run a python program using pgzrun (program name) on the DOS prompt
but when I type in at the start of the code 'import pgzrun' and type in 'pgzrun.go()' at the end of the code and try to run the code using ISLE I get an error of 'module not found'.

Is there some way I can correct this problem please.

Brian
Please see the Modules tutorial