On Friday 18 September 2009 01:31 PM, TCHERBAKOFF Olivier wrote:
> Dear Prabhu
> 
> I did an installation from Sources
> I downloaded the zip file (MayaVi-1.5.zip), I unziped it, i did the following:
> 
>  %python setup.py install
> 
> I try the following:
> 
> %python -c "import mayavi; print mayavi.__file__"
> 
> the output is :
> c:\python26\lib\site-packages\mayavi\__init__.py

Can you please try this from an interactive session then:

  % python
  >>> import mayavi
  >>> print dir(mayavi)
  >>> print mayavi.Main
  >>> print dir(mayavi.Main)

cheers,
prabhu

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to