Skip to content Skip to sidebar Skip to footer
Showing posts with the label Enthought

Probing/sampling/interpolating Vtk Data Using Python Tvtk Or Mayavi

I would like to visualise a VTK data file (OpenFOAM output) using python. The plot I would like to … Read more Probing/sampling/interpolating Vtk Data Using Python Tvtk Or Mayavi

Importerror: No Module Named Site Vim And Enthought Canopy

I was using vim and python perfectly fine till I upgrade to Maverick. Now I have a similar issue as… Read more Importerror: No Module Named Site Vim And Enthought Canopy

Installing Pygame On Mac Into Enthought Build

There were a number of unanswered questions on installing Pygame on a Mac but I am going to ask my … Read more Installing Pygame On Mac Into Enthought Build

Listen For Ctf Otf Changes With Traits In Mayavi Volume Rendering

I would like to listen to changes in the transfer function in how the color and opacity (ctf/otf) o… Read more Listen For Ctf Otf Changes With Traits In Mayavi Volume Rendering

Installing Theano On Epd (windows X64)

I'm trying to install Theano on Enthought Python Distribution (EPD), but I am getting a weird e… Read more Installing Theano On Epd (windows X64)

Traits List Not Reporting Items Added Or Removed

Given, from enthought.traits.api import HasTraits, Tuple, Delegate, Trait, Float,Dict,List class… Read more Traits List Not Reporting Items Added Or Removed