Re: [pygame] Update on Pygame builds

2014-12-17 Thread René Dudfield
Hi, very nice work. Are you able to tell something about what/how you got AppVeyor, and the windows binary wheel working? https://bitbucket.org/pygame/pygame/issue/154/set-up-more-build-bots I've started working on a page which links to all the different buildbot pages(the travisci ones, launchp

Re: [pygame] My game - Time Trek

2014-12-17 Thread diliup gabadamudalige
hi ted! I am now downloading your game. You can try some of mine here. http://soft.diliupg.com/ at the above link you will fine 3 games 1.Space Gladiator 2.Space Gladiator II 3.Earthwar they are not very large to download. Play them and let me know whaqt you think. I will play your game and giv

Re: [pygame] My game - Time Trek

2014-12-17 Thread diliup gabadamudalige
Warning (from warnings module): File "C:\Users\diliupg\Desktop\TimeTrek\TimeTrek.py", line 2948 movie = pygame.movie.Movie("movies/PreIntro.mpg") RuntimeWarning: use movie: No module named movie (ImportError: No module named movie) Traceback (most recent call last): File "C:\Users\diliupg\

Re: [pygame] Update on Pygame builds

2014-12-17 Thread René Dudfield
Here's a start of linking to the buildbots... http://www.pygame.org/wiki/Hacking#Buildbots,%20pygame%20compiled%20on%20every%20change

Re: [pygame] My game - Time Trek

2014-12-17 Thread diliup gabadamudalige
i used.. try: from pygame import movie print "ok" except: print"error" and it printed ok so that means i have the movies module. But then why all those errors? are you using absolute paths for the movies? On Wed, Dec 17, 2014 at 6:04 PM, diliup gabadamudalige wrote: > > Warning (from

Re: [pygame] Update on Pygame builds

2014-12-17 Thread Paul Vincent Craven
I'll be working on the build-bots more today. My AppVeyor page: https://ci.appveyor.com/project/pvcraven/pygame/history The code: https://bitbucket.org/pcraven/pygame Important files are "appveyor.yml" and the appveyor directory. I'm creating pull requests as I figure things out. I think the cu

Re: [pygame] My game - Time Trek

2014-12-17 Thread Luke Paireepinart
Looks like Pygame has a movie lib no matter what, but in some cases it raises a NotImplementedError based on your platform. So checking if it imports isn't enough, you'd have to catch the NotImplementedError when creating the movie and skip the movie during that function. On Wed, Dec 17, 2014 at

Re: [pygame] Update on Pygame builds

2014-12-17 Thread Paul Vincent Craven
Success! I got AppVeyor to build and upload a wheel to testPyPi: https://ci.appveyor.com/project/pvcraven/pygame/build/1.0.19 Before I create an pull request, I have a question over the "prebuilt" support. I modified two .h files, and have the files checked into version control. What do we want f

Re: [pygame] My game - Time Trek

2014-12-17 Thread diliup gabadamudalige
I think the game should implement this. It is a shame that the entire game cannot be played simply because the movies cannot be played. On Wed, Dec 17, 2014 at 8:39 PM, Luke Paireepinart wrote: > > Looks like Pygame has a movie lib no matter what, but in some cases it > raises a NotImplementedErr

Re: [pygame] My game - Time Trek

2014-12-17 Thread Ted Hunt
Thanks for trying Diliup. The pygame I'm using came from here - (http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi) Cheers, Ted. On 18/12/2014 1:34 a.m., diliup gabadamudalige wrote: Warning (from warnings module): File "C:\Users\diliupg\Desktop\TimeTrek\TimeTrek.py", line 2948 mov

Re: [pygame] My game - Time Trek

2014-12-17 Thread Ted Hunt
I've uploaded a new version (1.1) that doesn't require the movie module, altho I do strongly recommend having it. Here's the new link - https://mega.co.nz/#!oZ8BCIoD!7wregmatJh7Zn50bDY2x-PRIr7R8EQixh5yL0toMIXg Now I'm off to try Diliup's games :-) On 18/12/2014 7:49 a.m., diliup gabadamud

Re: [pygame] My game - Time Trek

2014-12-17 Thread Ted Hunt
Thanks Luke for pointing this out. I've changed the code skip the movies if either the movie module is missing or there's a problem loading a movie. On 18/12/2014 4:09 a.m., Luke Paireepinart wrote: Looks like Pygame has a movie lib no matter what, but in some cases it raises a NotImplemented

Re: [pygame] My game - Time Trek

2014-12-17 Thread Alec Bennett
Super cool Ted. The video was indeed worth it... And thanks for pointing out that distro with the video module enabled. On Wed, Dec 17, 2014 at 4:26 PM, Ted Hunt wrote: > > Thanks Luke for pointing this out. > > I've changed the code skip the movies if either the movie module is > missing or

Re: [pygame] My game - Time Trek

2014-12-17 Thread Ted Hunt
Hi Diliup. I played all 3 of your games. Space Gladiator was cool. I like the music and the graphics and sounds were good. I couldn't quite work out what was going on in Space Gladiator II. Perhaps the concept of not shooting things is beyond me :-) Earthwar was good altho I did have one cr