Re: [pygame] Using sound with python 2.7 and above

2014-10-29 Thread Ian Dickinson
no change it still prints warning On 29 October 2014 16:43, Alec Bennett wrote: > And if you put that line after the pygame.init() line? > > > > On Wed, Oct 29, 2014 at 7:37 AM, NuMedia > wrote: > >> Hi can any one help with this when using python 2.7 and above or 3.X the >> line >> >> if no

Re: [pygame] Using sound with python 2.7 and above

2014-10-29 Thread Alec Bennett
And if you put that line after the pygame.init() line? On Wed, Oct 29, 2014 at 7:37 AM, NuMedia wrote: > Hi can any one help with this when using python 2.7 and above or 3.X the > line > > if not pygame.mixer: > print 'Warning, sound disabled' > > message gets printed how do i get round t

[pygame] Using sound with python 2.7 and above

2014-10-29 Thread NuMedia
Hi can any one help with this when using python 2.7 and above or 3.X the line if not pygame.mixer: print 'Warning, sound disabled' message gets printed how do i get round this thanks NuMedia code below #-- impo