Re: [MayaVi-users] Problem loading data file
Status: Beta
Brought to you by:
prabhu_r
|
From: Prabhu R. <pr...@ae...> - 2009-05-03 10:05:46
|
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. cheers, prabhu |