I think you've spotted an inconsistency. In setup.py we check for
mayavi with "import mayavi", but we never actually make an import of
mayavi in this way. The "import mayavi" in setup.py may be a vestige
of older versions of mayavi, which worked that way. So, if both
"import enthought" and "enthou
"import enthought" and from "enthought import mayavi" works at the command
line. The commands run without producing errors. But would that make fipy
recognize mayavi when we run "python setup.py test" from the dos prompt?
Ram.
On Mon, Nov 15, 2010 at 3:05 PM, Daniel Wheeler
wrote:
>
> Can you do