I followed the steps in this post: https://stackoverflow.com/questions/26194747/codeskulptor-simplegui-module-for-python-2-7 , I was looking to run an example code but i have got this error :
Traceback (most recent call last):
File "C:/Python27/exemples/simpleGUI_exeple.py", line 4, in <module>
import SimpleGUICS2Pygame.simpleGUICS2Pygame as simplegui
ImportError: No module named simpleGUICS2Pygame
what advice could you give me to fix that ? Thx in advance