[pygame] Switching Email

2008-12-29 Thread yanom @linuxmail.org
= Free Carfax Record Check Don't buy a lemon. Enter your VIN and get a free CARFAX record check. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=9acb2e9d13ec2b8905f100e2ede2a098 -- Powered by Outblaze

[pygame] Switching Email

2008-12-29 Thread yanom @linuxmail.org
ops! i was going to send an email that i was switching my email to ya...@rocketmail.com, but i accidentally hit send before i wrote the email. oops! so i accidentally sent an email with a subject Switching Email without any text. = Buy Qinfeng for Quality and Price Yuyao Qinfeng Metal

Re: [pygame] Problem with py2exe

2008-12-28 Thread yanom @linuxmail.org
So basically, you run setup.py with a command, and it makes a binary using py2exe, py2app, or cx_freeze, depending on the command. Am I right? - Original Message - From: Adolfo De Unanue n...@dialetheia.net To: pygame-users@seul.org Subject: [pygame] Problem with py2exe Date: Sun, 28

Re: [pygame] get coluor of a sprite

2008-12-26 Thread yanom @linuxmail.org
if you wanted to get the overall average color of a sprite, you would have to use a for loop to go through all the pixels and count the pixels of each color or something - Original Message - From: Aaron Maupin mau...@pastrytech.com To: pygame-users@seul.org Subject: Re: [pygame] get

[no subject]

2008-12-22 Thread yanom @linuxmail.org
When i start up a game that was made with Python and Pygame, and I'm pretty sure it was compiled to Linux binaries with cx_freeze (the game is SnowballZ), it gives this error: ./snowballz: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file

Re: [pygame] Do we still need Python 2.3 support from Pygame?

2008-12-10 Thread yanom @linuxmail.org
in that case, people with 2.3 need to upgrade their python. I'm pretty sure almost all Linux distros come with at least 2.4, and it's easy to upgrade on windows/Mac - Original Message - From: Joe Strout [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Do we still

Re: [pygame] ugh!

2008-11-19 Thread yanom @linuxmail.org
don't share packages. cu, On Wed, Nov 19, 2008 at 2:26 PM, yanom @linuxmail.org [EMAIL PROTECTED]wrote: oops! sorry! I accidentallly hit the enter key while typing in the subject box, and it sent the mail. What i ment to say was... ugh! upgrade problems. i upgraded my python

[pygame] PYTHONPATH

2008-11-18 Thread yanom @linuxmail.org
i have this line in my .bashrc: export PYTHONPATH=/home/yanom/app/:$PYTHONPATH but when i login, start python, and type this: import sys print sys.path /home/yanom/app/ is not in sys.path. Why is that? = Ergonomic Tempurpedic Office Chairs Ergonomic Tempurpedic executive Chairs for your home

Re: [pygame] PYTHONPATH

2008-11-18 Thread yanom @linuxmail.org
a I see - Original Message - From: Charlie Nolan [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] PYTHONPATH Date: Tue, 18 Nov 2008 18:08:38 -0600 Yeah, it may be using .bash_login, in which case you'll need to put PYTHONPATH or source .bashrc into

[pygame] ugh!

2008-11-18 Thread yanom @linuxmail.org
-- Powered by Outblaze

Re: [pygame] ugh!

2008-11-18 Thread yanom @linuxmail.org
IS GOING ON??? - Original Message - From: yanom @linuxmail.org [EMAIL PROTECTED] To: pygame-users@seul.org Subject: [pygame] ugh! Date: Wed, 19 Nov 2008 11:16:01 +0800 -- Powered by Outblaze = Moving Storage San Antonio Moving Storage Solutions. Family Owned Operaged. http

[pygame] regarding sys...

2008-11-16 Thread yanom @linuxmail.org
I need to add something permanently to sys.path . How do I make add something to sys.path so that it stays there, even after i close python and open it again? = Fantastic Holiday Gift Baskets We offer fantastic Holiday Gift baskets for everyone and every occasion. Send that special someone a

Re: [pygame] regarding sys...

2008-11-16 Thread yanom @linuxmail.org
- Original Message - From: Nicholas Dudfield [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] regarding sys... Date: Mon, 17 Nov 2008 12:34:15 +1100 re/set the environment variable PYTHONPATH I need to add something permanently to sys.path . How do I make

Re: [pygame] Pygame and windows managers

2008-11-12 Thread yanom @linuxmail.org
commercial Linux? Ugh! - Original Message - From: Bram Cymet [EMAIL PROTECTED] To: pygame-users@seul.org Subject: [pygame] Pygame and windows managers Date: Wed, 12 Nov 2008 13:08:48 -0500 Hi, I am currently using pygame on a xandros linux based eee pc. When I run

Re: [pygame] Linux binaries

2008-11-07 Thread yanom @linuxmail.org
://www.siafoo.net/algorithm/5 On Thu, Nov 06, 2008 at 08:48:04AM +0800, yanom @linuxmail.org wrote: What's Bogosort? - Original Message - From: Charlie Nolan [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Linux binaries Date: Tue, 4 Nov 2008 22:06:39 -0600

Re: [pygame] Geany

2008-11-07 Thread yanom @linuxmail.org
Uhhh. don't use Geany. use DrPython or IDLE. - Original Message - From: Matt Pearson [EMAIL PROTECTED] To: pygame-users@seul.org Subject: [pygame] Geany Date: Thu, 6 Nov 2008 09:18:47 -0600 is there anyway to make geany python aware??(in regards to indention) = Allied

Re: [pygame] Linux binaries

2008-11-05 Thread yanom @linuxmail.org
thought that Binary Blobs where faster than Source Blobs. - Original Message - From: bhaaluu [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Linux binaries Date: Tue, 4 Nov 2008 23:27:48 -0500 On Mon, Nov 3, 2008 at 5:10 PM, yanom @linuxmail.org [EMAIL PROTECTED

Re: [pygame] Linux binaries

2008-11-04 Thread yanom @linuxmail.org
- Original Message - From: Greg Ewing [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Linux binaries Date: Tue, 04 Nov 2008 21:55:45 +1300 yanom @linuxmail.org wrote: I understand you can use py2exe to make your python program into a Windows executable

[pygame] Linux binaries

2008-11-03 Thread yanom @linuxmail.org
I understand you can use py2exe to make your python program into a Windows executable, but is there a tool for making them into a Linux binary? I want my game to run faster. = Industrial Air Cleaner With hepa and activated carbon filters for industrial laser users. High vacuum turbines and

Re: [pygame] Can't install pygame 1.8.1

2008-10-28 Thread yanom @linuxmail.org
Looks like you're missing the Python header files. The rest of the mess just looks like various reactions to that. -FM On Mon, Oct 27, 2008 at 8:48 PM, yanom @linuxmail.org [EMAIL PROTECTED] wrote: When i try to run the setup.py script for pygame 1.8.1 (i finally decided to upgrade

Re: [pygame] Shooting an image

2008-10-14 Thread yanom @linuxmail.org
- Original Message - From: Charlie Nolan [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Shooting an image Date: Mon, 13 Oct 2008 16:48:42 -0500 3)yes I am recycling the same bullet. Why was this the topic of some jokes? I'm new to pygame and that was

[pygame] Shooting an image

2008-10-13 Thread yanom @linuxmail.org
I have this chunk of code that's should make the player shoot a torpedo, as long as their isn't another torpedo on the screen and the player has the space key down. Why dosen't this work: if key[K_SPACE] and torpedorect.top -600:

Re: [pygame] Shooting an image

2008-10-13 Thread yanom @linuxmail.org
- Original Message - From: Kris Schnee [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Shooting an image Date: Mon, 13 Oct 2008 18:55:32 + On Tue, 14 Oct 2008 02:49:11 +0800, yanom @linuxmail.org [EMAIL PROTECTED] wrote: I have this chunk of code that's

Re: [pygame] pygame on iPhone

2008-10-05 Thread yanom @linuxmail.org
I agree with you, Greg. I don't even have an iPhone, but python on the iPhone definitely would be nice. I hear Nokia phones already run Python. - Original Message - From: Forrest Voight [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] pygame on iPhone Date: Sat, 4

Re: [pygame] recommendation for a good n00b IDE

2008-10-03 Thread yanom @linuxmail.org
DrPython is the best i have found. It has not crashed on me ever, and if the program you are writing has a bug and won't close, DrPython has a feature that allows you to terminate your program imediately. (I love that 'emergency brake' feature. I use it a ton.) - Original Message -

Re: [pygame] Re:

2008-09-29 Thread yanom @linuxmail.org
while paused: for e in pygame.event.get(): if e.type == KEYDOWN and e.key == K_p: paused = False HTH On Sun, Sep 28, 2008 at 11:46 AM, yanom @linuxmail.org [EMAIL PROTECTED]wrote: This probably seems like a dumb and obvious question, but I'm new

[no subject]

2008-09-28 Thread yanom @linuxmail.org
This probably seems like a dumb and obvious question, but I'm new to pygame, so... How do I build a pause function into the game? = Mail Commander This e-mail client provides extensive anti-spam filtering and mail processing capabilities.

RE: [pygame] pygame web plugin

2008-09-10 Thread yanom @linuxmail.org
- Original Message - From: Noah Kantrowitz [EMAIL PROTECTED] To: pygame-users@seul.org Subject: RE: [pygame] pygame web plugin Date: Tue, 9 Sep 2008 15:44:53 -0700 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yanom

Re: [pygame] pygame web plugin

2008-09-09 Thread yanom @linuxmail.org
Python may not be meant for web apps, but that won't stop us from trying to make python web apps. Python rules! - Original Message - From: Forrest Voight [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] pygame web plugin Date: Mon, 8 Sep 2008 15:07:13 -0400

Re: [pygame] pygame web plugin

2008-09-09 Thread yanom @linuxmail.org
- Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: pygame-users@seul.org Subject: [pygame] pygame web plugin Date: Sat, 6 Sep 2008 02:07:08 +0200 hi, i would like to bring up this topic again since a python based open source alternative to flash which could

Re: [pygame] pygame web plugin

2008-09-06 Thread yanom @linuxmail.org
- Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: pygame-users@seul.org Subject: [pygame] pygame web plugin Date: Sat, 6 Sep 2008 02:07:08 +0200 hi, i would like to bring up this topic again since a python based open source alternative to flash which could

Re: [pygame] Shooting an object

2008-08-24 Thread yanom @linuxmail.org
- Original Message - From: Ian Mallett [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Shooting an object Date: Sat, 23 Aug 2008 21:52:26 -0700 Also note that in many computer graphics APIs (PyGame included) the y-axis is flipped. Drawing an object at y = 0

[no subject]

2008-08-24 Thread yanom @linuxmail.org
I have a problem with my pygame project: i used pygame.key.set_repeat(2,2) to make it so that continually holding down the left or right arrow keys moves a character. i have a problem though: whenever i press a key other than left or right, even if i am still holding an arrow key, my character

Re: [pygame] Re:

2008-08-24 Thread yanom @linuxmail.org
pygame.key.get_pressed) once every tick. On 8/24/08, yanom @linuxmail.org [EMAIL PROTECTED] wrote: I have a problem with my pygame project: i used pygame.key.set_repeat(2,2) to make it so that continually holding down the left or right arrow keys moves a character. i have a problem though: whenever i

Re: [pygame] Re:

2008-08-24 Thread yanom @linuxmail.org
event is generated, increase an attribute (call it speed) of the object to something like (5, 0). Then, every frame, add this speed to the objects position. When the KEYUP event comes, set the speed back down to (0, 0). On Sun, Aug 24, 2008 at 11:24 AM, yanom @linuxmail.org [EMAIL PROTECTED

Re: [pygame] Shooting an object

2008-08-23 Thread yanom @linuxmail.org
- Original Message - From: Ian Mallett [EMAIL PROTECTED] To: pygame-users@seul.org Subject: Re: [pygame] Shooting an object Date: Sat, 23 Aug 2008 13:36:28 -0700 OK, for shooting, you want to have a class of Bullet. When the enemy fires, add an instance of bullet. The