kmonsoor / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Python 3: OSError' object has no attribute 'message' #669

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From the mailing list:

> import pyglet
>
> music = pyglet.resource.media('bionic.mp3')
> music.play()
>
> pyglet.app.run()
>
> gave me: AttributeError: 'OSError' object has no attribute 'message'

This is Python 3.

Original issue reported on code.google.com by useboxnet on 27 Sep 2013 at 1:32

GoogleCodeExporter commented 9 years ago
This was fixed in 2719:366115f05fe5.

Original comment by useboxnet on 28 Sep 2013 at 7:49