search for: pylab

Displaying 6 results from an estimated 6 matches for "pylab".

Did you mean: ylab
2018 Aug 30
5
Can not build Samba 4.7.10
...pyldb-util (>=1.2.3 <=1.2.999) : not found ERROR: System library pyldb-util of version 1.2.3 not found, and bundling disabled Building of Samba 4.7.9 in the same environment works flawlessly. What goes wrong in Samba 4.7.10 with detection of pylab? Regards, Thomas
2009 Jun 14
3
python bindings to libtheora
..., see for example: http://docs.scipy.org/doc/scipy/reference/tutorial/ndimage.html Also here is a script to show the image in matplotlib: In [1]: from theora import Theora In [2]: a = Theora("bbb_theora_325kbit.ogv") In [3]: a.seek(10) In [4]: A = a.get_frame_array() In [5]: import pylab In [6]: pylab.imshow(a.YCbCr2RGB(A)) Out[6]: <matplotlib.image.AxesImage object at 0x44e3510> In [7]: pylab.show() [and a window pops up with the image] So as you can see, it's very trivial to open the ogv file and then interactively play with it in Python, retreive the data as an ara...
2018 Aug 30
1
Can not build Samba 4.7.10
...> <=1.2.999) : not found >> > ERROR: System library pyldb-util of version 1.2.3 not found, and >> > bundling disabled >> > >> > Building of Samba 4.7.9 in the same environment works flawlessly. >> > What goes wrong in Samba 4.7.10 with detection of pylab? >> > >> >> Does this happen if you try to build the latest version of Samba ? >> Never understood why people don't build the latest version, but build >> an earlier version instead. >> >> What OS ? >> What packages have you installed to build...
2018 Aug 30
0
Can not build Samba 4.7.10
...(>=1.2.3 > > <=1.2.999) : not found > > ERROR: System library pyldb-util of version 1.2.3 not found, and > > bundling disabled > > > > Building of Samba 4.7.9 in the same environment works flawlessly. > > What goes wrong in Samba 4.7.10 with detection of pylab? > > > > Does this happen if you try to build the latest version of Samba ? > Never understood why people don't build the latest version, but build > an earlier version instead. > > What OS ? > What packages have you installed to build Samba ? > > Rowland &g...
2018 Aug 30
1
Can not build Samba 4.7.10
...ldb-util (>=1.2.3 >> <=1.2.999) : not found >> ERROR: System library pyldb-util of version 1.2.3 not found, and >> bundling disabled >> >> Building of Samba 4.7.9 in the same environment works flawlessly. >> What goes wrong in Samba 4.7.10 with detection of pylab? >> > > Does this happen if you try to build the latest version of Samba ? > Never understood why people don't build the latest version, but build > an earlier version instead. > > What OS ? > What packages have you installed to build Samba ? > > Rowland --...
2011 Nov 03
4
How to used MKL (not revolution-mkl) with Debian packages
Hi folks, if you want to use MKL (the fast BLAS I have tested on my Thinkpad T410) with the R 2.14.0 built as Debian/Ubuntu packages available on CRAN mirror, the following tricks may works for without some known side-effects (likes openmp breaking issues), you may try to build your own libblas.so.3gf.0 with following command: $ gfortran -L/opt/intel/lib/intel64 -liomp5