Re: [Paraview] installing additional Python modules

2017-12-18 Thread Heiland, Randy
Only heard crickets on this one :-) I’ve spent some time looking into this and here’s some of what I've discovered so far (I was jumping between OSX and Win10): 1) Stay away from trying to mix Anaconda/conda Python distribution with any other Python distro (including PV’s) [1] 2) Use/install

[Paraview] installing additional Python modules

2017-12-12 Thread Heiland, Randy
Any good advice for installing additional 3rd party modules for pvpython? In a Programmable Source I’d written to read in MATLAB (.mat) data files, I was using the scipy module (scipy.io.loadmat). When I wrote that, I naively thought to myself - WOW, it sure was convenient that they included