Re: [pygame] Mailing List Discard Tweak

2015-06-13 Thread Philip Le Riche
The only snag with sending reject replies is that it's then open to abuse. If I took a dislike to someone (not a subscriber), I could send hundreds of emails to the list, spoofing his email address as the sender. He'd then get his inbox swamped. It's some standard mailing list software which may or

Re: [pygame] install instructions at pygame.org are missing

2015-06-11 Thread Philip Le Riche
I flagged this the other day. There's a copy on the Internet Archive at https://web.archive.org/web/20140227121133/http://www.pygame.org/install.html but no guarantee it's up to date. Regards - Philip On 11/06/2015 08:20, tom arnall wrote: > greetings! > > this address: > > http://www.pygame.

Re: [pygame] Noob question: playing sounds

2015-06-09 Thread Philip Le Riche
Pi too and though I haven't got > around to playing with python and pygame on it yet, I hope to in the > future. :) > > Cheers, > > - Miriam > > On 05/06/15 20:19, Philip Le Riche wrote: >> Thanks Miriam, but since I can play sounds with omxplayer that wouldn&#x

Re: [pygame] pygame.org broken link

2015-06-08 Thread Philip Le Riche
; On Sun, Jun 7, 2015 at 7:43 PM, Philip Le Riche > mailto:phi...@blueskylark.org>> wrote: > > The webmaster might like to note that pygame.org/docs > <http://pygame.org/docs> contains a link to > install.html which doesn't exist. According to archive.org

[pygame] pygame.org broken link

2015-06-07 Thread Philip Le Riche
The webmaster might like to note that pygame.org/docs contains a link to install.html which doesn't exist. According to archive.org it disappeared some time between Feb and July 2014. I tried install with a capital "I" and .htm instead of .html but without success. Regards - Philip --- This emai

Re: [pygame] Noob question: playing sounds

2015-06-05 Thread Philip Le Riche
k the audio jack? > > Just a thought. :) > > Good luck to you, > > - Miriam > > On 05/06/15 18:10, Philip Le Riche wrote: >> I got rid of the xcb_connection_has_error() by unsetting shell >> environment variable DISPLAY, which PuTTy was helpfully setting fo

Re: [pygame] Noob question: playing sounds

2015-06-05 Thread Philip Le Riche
I did try forcing output to the 3.5mm socket using raspi-config even though sound works with omxplayer, but with no effect. But thanks for posting anyway - your second link contains a link to a sound troubleshooting page which I'll follow up later. Regards - Philip On 05/06/2015 10:00, Miriam Eng

Re: [pygame] Noob question: playing sounds

2015-06-05 Thread Philip Le Riche
Philip > > > > > > On 02/06/2015 13:58, diliup gabadamudalige wrote: > > > > to do most things with pygame you need to initialize a pygame window. > > > > > > > > On Tue, Jun 2, 2015 at 3:50 AM, B W > > > <mailto:stabbingfin...@gmail.com&g

Re: [pygame] Noob question: playing sounds

2015-06-04 Thread Philip Le Riche
etimes there are hidden characters and this too causes problems. > > Hope this helps. > > > > On Thu, Jun 4, 2015 at 4:41 AM, Greg Ewing > mailto:greg.ew...@canterbury.ac.nz>> wrote: > > Philip Le Riche wrote: > > Well, this is st

Re: [pygame] Noob question: playing sounds

2015-06-03 Thread Philip Le Riche
; 1x1 window. > > Gumm > > On Mon, Jun 1, 2015 at 2:11 PM, Philip Le Riche > mailto:phi...@blueskylark.org>> wrote: > > Just trying to get started with pygame and stuck at square 1. > All I want to do is play sounds

[pygame] Noob question: playing sounds

2015-06-01 Thread Philip Le Riche
Just trying to get started with pygame and stuck at square 1. All I want to do is play sounds on a Raspberry Pi (Raspbian). No screen. Nothing visual. So I do: import pygame, os, sys from pygame.locals import * os.environ["SDL_VIDEODRIVER"] = "dummy" pygame.mixer.init() sound