[yt-users] ImportError: No module named amr_utils
Florian Bürzle
florian.buerzle at uni-konstanz.de
Mon Jul 11 06:43:58 PDT 2011
Hi!
I've tried to get the hg version of yt working on my Mac Book Pro (OS X 10.6.8) using EPD Python 7.1., however unsuccessfully. I chose the development version
hg up -C yt
and performed the installation by using 'python setup.py install', and everything seemed to work fine (I captured the screen output in install_log.txt, attached). However, trying to import yt.mods gives the following error:
Enthought Python Distribution -- www.enthought.com
Version: 7.1-1 (32-bit)
Python 2.7.2 |EPD 7.1-1 (32-bit)| (default, Jul 3 2011, 15:40:35)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "packages", "demo" or "enthought" for more information.
>>> from yt.mods import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "yt/mods.py", line 45, in <module>
from yt.data_objects.api import \
File "yt/data_objects/api.py", line 34, in <module>
from hierarchy import \
File "yt/data_objects/hierarchy.py", line 39, in <module>
from yt.utilities.io_handler import io_registry
File "yt/utilities/io_handler.py", line 28, in <module>
import yt.utilities.amr_utils as au
ImportError: No module named amr_utils
Many thanks in advance for your help!
Best regards
Florian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: install_log.txt
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20110711/f96729cf/attachment.txt>
More information about the yt-users
mailing list