[Python-es] OverflowError: Allocated too many blocks
Rolando Paz
flxpaz en gmail.com
Mar Ene 10 16:08:17 EST 2017
Hola a todos y buen año 2017!
Estoy usando el siguiente código sencillo para abrir el archivo binario:
ds1000_20150626_133335_B0835-41.bin.
#!/usr/bin/python
import numpy, pylab
aa=numpy.fromfile('ds1000_20150626_133335_B0835-41.bin', dtype=numpy.uint8,
count=-1)
pylab.plot(aa)
pylab.ylabel('Power (arbitrary units)')
pylab.grid()
pylab.xlabel('time')
pylab.show()
Pero surge el siguiente error: OverflowError: Allocated too many blocks
Pueden sugerirme alguna solución?
Saludos y gracias.
Rolando P.
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://mail.python.org/pipermail/python-es/attachments/20170110/6e790dfb/attachment.html>
Más información sobre la lista de distribución Python-es