Re: [Tutor] importing images and sound

2008-12-02 Thread W W
On Tue, Dec 2, 2008 at 2:02 PM, Steve Willoughby <[EMAIL PROTECTED]> wrote: > > That depends on what GUI toolkit you're using. If you're > going to be doing a lot with sound and images, particularly > video clips, you might want to look at pymedia or pygame Pyglet is another option. -Wayne __

Re: [Tutor] importing images and sound

2008-12-02 Thread Steve Willoughby
On Tue, Dec 02, 2008 at 02:56:33PM -0500, Daniel J Kramer wrote: > Hi > > I am writing a program based around a pub quiz. I have been able to write > the program so it runs through a series of questions and gives users a score > at the end. > > I need to import a specific font, images and sound.

[Tutor] importing images and sound

2008-12-02 Thread Daniel J Kramer
Hi I am writing a program based around a pub quiz. I have been able to write the program so it runs through a series of questions and gives users a score at the end. I need to import a specific font, images and sound. Does anyone know a good place to look for tutorials for this? At the moment,