Closed GoogleCodeExporter closed 9 years ago
Actually the issue came from an avi file load with pyglet.media:
1 import scipy.stats
2 import pyglet
3
4 source = pyglet.media.load(<avi-file-path>)
Original comment by joz...@gmail.com
on 14 Dec 2011 at 9:56
streams.pyd and mio_utils.pyd cause the same problem.
import scipy.io.matlab.mio5_utils
import ctypes
ctypes.cdll.LoadLibrary('avbin')
import scipy.io.matlab.streams
import ctypes
ctypes.cdll.LoadLibrary('avbin')
Original comment by Gergo.Ny...@gmail.com
on 14 Jun 2012 at 12:04
Not a problem on linux as far as I can tell. Can somebody check whether this is
still a problem under 1.2alpha or trunk please?
Original comment by Adam.JT...@gmail.com
on 11 Dec 2012 at 11:35
Just noticed that this seems to be the same problem as issue 518. Please try
the work around given there.
Original comment by Adam.JT...@gmail.com
on 11 Dec 2012 at 11:40
Original issue reported on code.google.com by
joz...@gmail.com
on 14 Dec 2011 at 9:47