Re: [pygame] Select a File...

2007-08-01 Thread Jason Coggins
What is the link to the archive of past messages in this user group? Jason - Original Message - From: Luke Paireepinart [EMAIL PROTECTED] To: pygame-users@seul.org Sent: Tuesday, July 31, 2007 11:13 PM Subject: Re: [pygame] Select a File... Ian Mallett wrote: I think you want

[pygame] Static Noise in the Music

2007-07-28 Thread Jason Coggins
I have used Pygame to create a simple program that plays a list of music files contained in a folder but for some reason when the music is played it has static noise mixed with the music. I know the music does not contain the static noise (it is commercial music which plays perfectly fine in a

Re: [pygame] duration of song

2007-07-14 Thread Jason Coggins
: [pygame] duration of song On 7/14/07, Dave LeCompte (really) [EMAIL PROTECTED] wrote: Ian Mallett [EMAIL PROTECTED] wrote: On 7/13/07, Jason Coggins [EMAIL PROTECTED] wrote: Actually I was thinking of using the length of the music played as a variable in the program

[pygame] What is wrong with this

2007-07-14 Thread Jason Coggins
I am trying to create a very simple program that makes a list of the music files in a folder, sorts the files into alphabetical order and then plays each file in the folder. The program below plays the first file in the folder and then freezes without playing any of the remaining songs.

[pygame] Re: What is wrong with this

2007-07-14 Thread Jason Coggins
I found the problem. It had nothing to do with the part of the program that was playing the music (which I reproduced with the original email) but another part of the program that was starting after the music finished and was holding up the entire program. Thanks for taking a look though.

Re: [pygame] What is wrong with this

2007-07-14 Thread Jason Coggins
Thanks for the suggestions. I am just learning python and I will take them to heart. Jason - Original Message - From: Marius Gedminas [EMAIL PROTECTED] To: pygame-users@seul.org Sent: Saturday, July 14, 2007 5:45 PM Subject: Re: [pygame] What is wrong with this

Re: [pygame] duration of song

2007-07-13 Thread Jason Coggins
, or Xmms, or even media player would show you that information when you play it.. but I suppose there are more complicated ways to find out. :) --- On Sun 07/08, Jason Coggins [EMAIL PROTECTED] wrote: From: Jason Coggins [mailto: [EMAIL PROTECTED] To: pygame-users@seul.org Date: Sun, 8

Re: [pygame] touch screens

2007-05-10 Thread Jason Coggins
a few years ago and generally they came with a PS2 connection and the computer saw them as a normal mouse... Do you know exactly what touch screen you'll be using? Chris On 5/9/07, Jason Coggins [EMAIL PROTECTED] wrote: Are there functions in PyGame that allow for working with touch

Re: [pygame] touch screens

2007-05-10 Thread Jason Coggins
looks to the OS like a regular mouse (except probably in absolute movements vs. relative) do you have atouch screen you could confirm that on? On 5/10/07, Jason Coggins [EMAIL PROTECTED] wrote: I was hoping for something that would allow the program to function on all touch screens

[pygame] touch screens

2007-05-09 Thread Jason Coggins
Are there functions in PyGame that allow for working with touch screens? Jason

[pygame] pygame and Ubuntu

2007-04-29 Thread Jason Coggins
I am trying to install pygame on the Ubuntu Linux operating system but I cannot find it in any software repository. Could someone tell me where to find a copy in a software repository for Ubuntu? Jason

Re: [pygame] pygame and Ubuntu

2007-04-29 Thread Jason Coggins
. --- On Sun 04/29, Jason Coggins [EMAIL PROTECTED] wrote: From: Jason Coggins [mailto: [EMAIL PROTECTED] To: pygame-users@seul.org Date: Sun, 29 Apr 2007 15:19:44 -0400 Subject: [pygame] pygame and Ubuntu I am trying to install pygame on the Ubuntu Linux operating system but I cannot find it in any

Re: [pygame] pygame and Ubuntu

2007-04-29 Thread Jason Coggins
/29, Jason Coggins [EMAIL PROTECTED] wrote: From: Jason Coggins [mailto: [EMAIL PROTECTED] To: pygame-users@seul.org Date: Sun, 29 Apr 2007 16:14:37 -0400 Subject: Re: [pygame] pygame and Ubuntu Alright, I found the package and installed it but for some reason none of the python programs I wrote

Re: [pygame] pygame and Ubuntu

2007-04-29 Thread Jason Coggins
Desktop (notice the uppercase D) type ls It will list the files on the Desktop (just like dir) type python yourprogram.py (whatever it is named) See if that works.. --- On Sun 04/29, Jason Coggins [EMAIL PROTECTED] wrote: From: Jason Coggins [mailto: [EMAIL PROTECTED] To: pygame-users@seul.org

[pygame] movies

2007-04-18 Thread Jason Coggins
I noticed the documentation states that pygame.move does not work on windows. Does anyone know how to fix this problem? Jason