Python Forum
uising python zero with IDLE I get an error of 'module not found' - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: uising python zero with IDLE I get an error of 'module not found' (/thread-17548.html)



uising python zero with IDLE I get an error of 'module not found' - Brian123 - Apr-15-2019

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


RE: uising python zero with IDLE I get an error of 'module not found' - Yoriz - Apr-24-2019

Please see the Modules tutorial