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
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
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