[yt-users] Cannot import name pixelize_aitoff

B.W. Keller kellerbw at mcmaster.ca
Wed Apr 16 13:29:03 PDT 2014


Hello all,

Using the current head of the yt-3.0 branch, I cannot succesfully run "from
yt.mods import *", as I get the following error:

ImportError                               Traceback (most recent call last)
<ipython-input-1-e42b74c4be27> in <module>()
----> 1 from yt.imods import *

/home/kellerbw/yt/yt/__init__.pyc in <module>()
    114     derived_field
    115
--> 116 from yt.data_objects.api import \
    117     BinnedProfile1D, BinnedProfile2D, BinnedProfile3D, \
    118     DatasetSeries, \

/home/kellerbw/yt/yt/data_objects/api.py in <module>()
     20     OctreeSubset
     21
---> 22 from static_output import \
     23     Dataset
     24

/home/kellerbw/yt/yt/data_objects/static_output.py in <module>()
     51 from yt.geometry.cylindrical_coordinates import \
     52     CylindricalCoordinateHandler
---> 53 from yt.geometry.spherical_coordinates import \
     54     SphericalCoordinateHandler
     55 from yt.geometry.geographic_coordinates import \

/home/kellerbw/yt/yt/geometry/spherical_coordinates.py in <module>()
     21     _get_coord_fields
     22 import yt.visualization._MPL as _MPL
---> 23 from yt.utilities.lib.misc_utilities import \
     24     pixelize_cylinder, pixelize_aitoff
     25

ImportError: cannot import name pixelize_aitoff

Any ideas?

Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20140416/5f668474/attachment.htm>


More information about the yt-users mailing list