Re: [pygame] easy_install pygame on OSX ML

2013-06-14 Thread Sean Felipe Wolfe
Oh schnap! It worked!! Thanks for the tip! - $ brew install sdl $ easy_install pygame Searching for pygame Best match: pygame 1.9.2pre Adding pygame 1.9.2pre to easy-install.pth file Using /Library/Python/2.7/site-packages Processing dependencies for pygame Finished processing dependen

Re: [pygame] easy_install pygame on OSX ML

2013-06-14 Thread Robert Deaton
easy_install and pip do not install C dependencies, it leaves that up to you. I would recommend trying homebrew if you are not familiar with what it will take to resolve this yourself. On Fri, Jun 14, 2013 at 9:30 PM, Sean Felipe Wolfe wrote: > Hey everybody, > > I am getting a pygame dev enviro

[pygame] easy_install pygame on OSX ML

2013-06-14 Thread Sean Felipe Wolfe
Hey everybody, I am getting a pygame dev environment setup on a new mac powerbook ... Mountain Lion. Not my favorite macosx ever, but somewhat better than Lion. I sure hope Apple gets its OS department back on track. But that is another discussion. ... Anyhow, I tried $ easy_install pygame and w

Re: [pygame] Re: Developing on a Mac

2013-06-14 Thread Sean Felipe Wolfe
Hey Aikman, I'm about to get started on a new project and I'll be using an osx Mountain Lion laptop at least part of the time. Maybe I can share your pain :P On Fri, Jun 14, 2013 at 7:34 AM, Jason M. Marshall wrote: > See http://www.python.org/download/mac/tcltk/ for a description of IDLE > probl

Re: [pygame] pygame-based tiled?

2013-06-14 Thread Sean Felipe Wolfe
Thanks! I was actually thinking, a clone of the Tiled program itself in python. :P But that is a good link to have as well :) On Fri, Jun 14, 2013 at 6:14 PM, Alex Nordlund wrote: > As a matter of fact, someone brilliant already did! > > http://code.google.com/p/pytmxloader/ > > I have used it

Re: [pygame] pygame-based tiled?

2013-06-14 Thread Alex Nordlund
As a matter of fact, someone brilliant already did! http://code.google.com/p/pytmxloader/ I have used it and can highly recommend it. And the author is a regular on irc and really knowledgeable. This is for use with tiled. Best regards, Alex Sent from my LG On 15 Jun 2013 02:08, "Sean Felipe Wo

[pygame] pygame-based tiled?

2013-06-14 Thread Sean Felipe Wolfe
So I'm sure most of you are familiar with tiled ... www.mapeditor.org ? Has anybody ever talked about an equivalent in Pygame? I'm about to upload some tiles and I may end up using pygame to tweak the spritesheet a bit before I push it to Tiled. That got me thinking ... -- A musician must make

Re: [pygame] Using pygame.transform.rotozoom()

2013-06-14 Thread Aikiman
Bringing in a transparent .png worked, thanks. -- View this message in context: http://pygame-users.25799.x6.nabble.com/Using-pygame-transform-rotozoom-tp744p755.html Sent from the pygame-users mailing list archive at Nabble.com.

Re: [pygame] install problem

2013-06-14 Thread Thomas Kluyver
On 14 June 2013 22:23, wrote: > How do I unsubscribe to the pygame mailing list again? Who do I email? majord...@seul.org - send the text unsubscribe pygame-users There's a handy link on the website: http://www.pygame.org/wiki/info Thomas

Re: [pygame] install problem

2013-06-14 Thread arcktrivik
How do I unsubscribe to the pygame mailing list again? Who do I email? -Original Message- From: Kevin MacPherson To: pygame-users Sent: Fri, Jun 14, 2013 9:42 am Subject: Re: [pygame] install problem Not sure if there is still an issue but you will probably w

Re: [pygame] install problem

2013-06-14 Thread David
Thank you! On Fri, Jun 14, 2013 at 1:17 PM, Kevin MacPherson < ke...@pixelatedplatypus.com> wrote: > Just download the msi from the bitbucket site. You don't need to rebuild > it unless you wanted to. > > > https://bitbucket.org/pygame/pygame/downloads/pygame-1.9.2a0.win32-py3.3.msi > > > On 14

Re: [pygame] install problem

2013-06-14 Thread Kevin MacPherson
Just download the msi from the bitbucket site. You don't need to rebuild it unless you wanted to. https://bitbucket.org/pygame/pygame/downloads/pygame-1.9.2a0.win32-py3.3.msi On 14/06/13 01:14 PM, David wrote: *Ok thanks. Almost there.* From the https://bitbucket.org/pygame/pygame/downloads si

Re: [pygame] install problem

2013-06-14 Thread David
*Ok thanks. Almost there.* >From the https://bitbucket.org/pygame/pygame/downloads site: *- prebuilt-pygame1.9.2pre-msvcr100-win32.zip (1,903,169 bytes) * * *The external libraries required to build Pygame for Pythons 2.6 and up.* *Just unzip the prebuilt directory into the root Pygame workin

Re: [pygame] install problem

2013-06-14 Thread Kevin MacPherson
Not sure if there is still an issue but you will probably want to download it from the bitbucket site. Last I checked (a month or so ago) the ftp download had issues with python versions greater then 3.3.1 which was fixed but wasn't updated on the ftp site. https://bitbucket.org/pygame/pygame/d

Re: [pygame] install problem

2013-06-14 Thread Noel Garwick
You need to install the version of pygame for python 3.3. The one you installed is for python 2.7. On Jun 14, 2013 12:23 PM, "David" wrote: > On my windows 7 PC, I installed Python 3.3.2 Windows x86 MSI > Installer > > Then I got > pygame-1.9

[pygame] install problem

2013-06-14 Thread David
On my windows 7 PC, I installed Python 3.3.2 Windows x86 MSI Installer Then I got pygame-1.9.1.win32-py2.7.msi During the install of pygame it wanted to know where python was installed so I p

Re: [pygame] Re: Developing on a Mac

2013-06-14 Thread Jason M. Marshall
See http://www.python.org/download/mac/tcltk/for a description of IDLE problems on newer versions of OS X. Jason From: Aikiman To: pygame-users@seul.org Sent: Friday, June 14, 2013 4:56 AM Subject: [pygame] Re: Developing on a Mac I think my IDLE shat it

Re: [pygame] Using pygame.transform.rotozoom()

2013-06-14 Thread Christopher Night
I don't know how to fix your problem, but it seems to me that using an alpha channel instead of a colorkey would be one solution. It might be easier than blitting the surface twice, anyway. On Fri, Jun 14, 2013 at 6:09 AM, Aikiman wrote: > Well Im close but still no cigar on this issue and its

[pygame] Using pygame.transform.rotozoom()

2013-06-14 Thread Aikiman
Well Im close but still no cigar on this issue and its been there from around half way through developing my game. Im trying to achieve a rotating image that scales at the same time with a colorkey. Problem is I can get colorkey to work. Heres the code... self.imagePuff = pygame.image.load("Images

[pygame] Re: Developing on a Mac

2013-06-14 Thread Aikiman
I think my IDLE shat itself a few months ago on Lion, I think there is a bug with Lion or IDLE not sure which so I cant use IDEL anymore, instead I code with Eclipse and run the game inside Terminal. Whatever errors I get, Terminal spits out line numbers and error codes easily enough to read and I

Re: [pygame] pygame.org

2013-06-14 Thread Aikiman
Thanks Rene :) -- View this message in context: http://pygame-users.25799.x6.nabble.com/pygame-org-tp740p742.html Sent from the pygame-users mailing list archive at Nabble.com.

Re: [pygame] pygame.org

2013-06-14 Thread René Dudfield
Hi, just sent you a private mail. If anyone else needs an account feel free to msg me, @pygame_org or Jason M. chairs, On Fri, Jun 14, 2013 at 5:36 AM, Aikiman wrote: > Hello fello pygamers, > > I was just curious as to whats happening over at www.pygame.org in terms > of > accepting new reg