[Tutor] Re: [ANN] RUR: a Python Learning Environment (alpha)

2004-12-13 Thread André Roberge
This is weird (to me, anyways) as it works well on my computer. However, I remember that I had to create "loadImages()" to initialize the handlers early on, otherwise it was complaining that it couldn't "ConvertToBitmap". I'll have to see if I can move this statement elsewhere; I will reply private

[Tutor] Re: [ANN] RUR: a Python Learning Environment (alpha)

2004-12-13 Thread Ron Phillips
Can't get it running -- it keeps saying:   Traceback (most recent call last):  File "C:/source/RUR/RURmain.py", line 28, in ?    messenger.loadImages()    # load them up here after initialising Handlers  File "C:\source\RUR\messenger.py", line 27, in loadImages    HIT_WALL_IMAGE = wxImage('

[Tutor] Re: [ANN] RUR: a Python Learning Environment (alpha)

2004-12-13 Thread André Roberge
This looks like a very nice effort -- I am trying to get it running, since I am working with some other newbies to learn more Python. I wish there were a link from http://rur-ple.sourceforge.net/index.html to the download page! I will fix that; thanks. And I am not sure which of the downloaded f

[Tutor] Re: [ANN] RUR: a Python Learning Environment (alpha)

2004-12-13 Thread Ron Phillips
This looks like a very nice effort -- I am trying to get it running, since I am working with some other newbies to learn more Python.   I wish there were a link from http://rur-ple.sourceforge.net/index.html to the download page! And I am not sure which of the downloaded files to run. I thou