Re: [pygame] commercial pygame games

2012-02-19 Thread Keith Nemitz
Dangerous High School Girls in Trouble!  The Witch's Yarn next I'll be shipping, '7 Grand Steps' www.mousechief.com --- On Sun, 2/19/12, Ian Mallett wrote: From: Ian Mallett Subject: Re: [pygame] commercial pygame games To: pygame-users@seul.org Date: Sunday, February 19, 2012, 2:22 PM On

Re: [pygame] Compilation

2012-02-19 Thread Russell Owen
I believe it builds a drag and drop app and is old tech. Py2app and bdist_mpkg are the modern ways to package Mac distorts (the latter for binary installers such as pygame). What is the state of 1.9.2? I'm willing to try a binary distro when folks think it is time (though w/out pymidi alas sinc

Re: [pygame] commercial pygame games

2012-02-19 Thread Ian Mallett
On Sun, Feb 19, 2012 at 3:20 PM, Vovk Donets wrote: > Hi, pygamers =) > > Are there commercial games based on Pygame? > I have searched a little but it was all in vain. > Want to take look at this games. Galcon comes to mind.

[pygame] commercial pygame games

2012-02-19 Thread Vovk Donets
Hi, pygamers =) Are there commercial games based on Pygame? I have searched a little but it was all in vain. Want to take look at this games. -- *Vovk Donets* python developer

[pygame] Trouble with PixelArray

2012-02-19 Thread Erik Grahn J.
Hey all, I'm writing something where I load 4-colour indexed PNG images (8x8 tiles) with a simple greyscale palette (four entries, in order: black, dark grey, light grey, white) off disk. I then intend to recolour these in different ways by replacing the palette indices using PixelArray.replace

Re: [pygame] Compilation

2012-02-19 Thread Zack Baker
Ok by three way I downloaded python 2.7.2 from pygame.org and whnen downloaded had another application other than idle called 'build applet' with what looks like a python script going through a scanner and an application coming out on the other side(that is the icon) yet ive googled it and I can

Re: [pygame] Compilation

2012-02-19 Thread Zack Baker
Ok by the way -Zack On Feb 18, 2012, at 8:32 AM, Enrico Kochon wrote: > If Zack gets Pyinstaller to run on MacOs, this will be great! > > Struggling with py2app to the point were it run, was kind of driving me mad. > > > Best regards > > Enno > > > > Am 18.02.2012 um 11:32 schrieb Sam B

Re: [pygame] Another Pygame 1.9.2 pre-alpha release for Win32

2012-02-19 Thread René Dudfield
Hi, I just tested it with the Zanthor game... and get an error on OS X 10.7. File "/Users/rene/dev/zanthor/zanthor/intro.py", line 111, in update img = fnt.render(text,1,(0,0,0)) File "/usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/pygame/ftfont.py", line 68, in render s,