> On Sun, May 3, 2009 at 12:57 PM, Prabhu Ramachandran 
> <[email protected] <mailto:[email protected]>> wrote:
> 
>     david wende wrote:
> 
>         I am using mayavi2 on Linux platform.
> 
>     [...]
> 
>         
> "/usr/lib/python2.6/site-packages/enthought/mayavi/sources/vtk_xml_file_reader.py",
>         line 236, in update_data
>         pnt_attr, cell_attr = get_all_attributes(self.reader.output)
>         File
>         
> "/usr/lib/python2.6/site-packages/enthought/mayavi/sources/vtk_xml_file_reader.py",
>         line 82, in get_all_attributes
>         point_attr = get_attribute_list(obj.point_data)
>         AttributeError: 'NoneType' object has no attribute 'point_data'
> 
> 
>     This is strange.  Can you give us more information on the version of
>     mayavi2 you have installed and details on the OS?  My guess is that
>     there is a Python-2.6 specific issue here but I am not sure.  I
>     haven't tested mayavi with python-2.6 yet.

On 05/04/09 08:52, david wende wrote:
 > OS is archlinux.
 > Compling from sources in package called python-enthought-mayavi-3.2.0-1
 > from www.enthought.com/repo/ETS/Mayavi-3.2.0.aar.gz
 > <http://www.enthought.com/repo/ETS/Mayavi-3.2.0.aar.gz>

Can you try this:

  1. Drag the reader object on your tree view and drop it on the Python 
shell on the application.

  2. type the following:

  s = _
  s.reader.update()
  print s.reader.output

And tell us what you get?

prabhu


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to