Hi Sam,<div><br></div><div>it looks like you are running from within the yt-hg/yt/frontends/ramses directory.  Could you try running from a directory outside of the yt install tree (yt-hg)?  I think it is just getting confused by importing modules which are also in the directory.  Let us know if that fixes it.</div>

<div><br></div><div>Best,</div><div>Sam</div><div>  <br><div class="gmail_quote">On Tue, May 31, 2011 at 12:33 PM, Sam Geen <span dir="ltr"><<a href="mailto:samgeen@astro.ox.ac.uk">samgeen@astro.ox.ac.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I've recently installed YT and I'm getting an error in _ramses_reader.so when I start up YT; error message below. It's missing symbol _ZNSt8ios_base4InitD1Ev; Googling appears to suggest that it's related to Scipy. Am I missing something in the install? Let me know if you need any more information to unpick this one.<br>


<br>
Thanks!<br>
<br>
Sam<br>
<br>
-------<br>
samgeen@service0:~/Programming/yttest/yt-x86_64/src/yt-hg/yt/frontends/ramses> python<br>
Python 2.7.1 (r271:86832, May 31 2011, 13:44:37)<br>
[GCC Intel(R) C++ gcc 4.3 mode] on linux2<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> from yt.mods import *<br>
yt : [DEBUG    ] 2011-05-31 15:57:47,986 Set log level to 0<br>
WARNING : Can't import tables module...<br>
yt : [DEBUG    ] 2011-05-31 15:57:48,476 SIGUSR1 registered for traceback printing<br>
yt : [DEBUG    ] 2011-05-31 15:57:48,476 SIGUSR2 registered for IPython Insertion<br>
yt : [DEBUG    ] 2011-05-31 15:57:48,582 Registering: StaticOutput as <class 'yt.data_objects.static_output.StaticOutput'><br>
yt : [DEBUG    ] 2011-05-31 15:57:48,593 Registering: EnzoStaticOutput as <class 'yt.frontends.enzo.data_structures.EnzoStaticOutput'><br>
yt : [DEBUG    ] 2011-05-31 15:57:48,594 Registering: EnzoStaticOutputInMemory as <class 'yt.frontends.enzo.data_structures.EnzoStaticOutputInMemory'><br>
yt : [DEBUG    ] 2011-05-31 15:57:48,599 Registering: OrionStaticOutput as <class 'yt.frontends.orion.data_structures.OrionStaticOutput'><br>
yt : [DEBUG    ] 2011-05-31 15:57:48,603 Registering: FLASHStaticOutput as <class 'yt.frontends.flash.data_structures.FLASHStaticOutput'><br>
yt : [DEBUG    ] 2011-05-31 15:57:48,605 Registering: TigerStaticOutput as <class 'yt.frontends.tiger.data_structures.TigerStaticOutput'><br>
Traceback (most recent call last):<br>
 File "<stdin>", line 1, in <module><br>
 File "/panfs/panasas/home/samgeen/Programming/yttest/yt-x86_64/src/yt-hg/yt/mods.py", line 68, in <module><br>
   from yt.frontends.ramses.api import \<br>
 File "/panfs/panasas/home/samgeen/Programming/yttest/yt-x86_64/src/yt-hg/yt/frontends/ramses/api.py", line 31, in <module><br>
   from .data_structures import \<br>
 File "/panfs/panasas/home/samgeen/Programming/yttest/yt-x86_64/src/yt-hg/yt/frontends/ramses/data_structures.py", line 37, in <module><br>
   import _ramses_reader<br>
ImportError: /panfs/panasas/home/samgeen/Programming/yttest/yt-x86_64/src/yt-hg/yt/frontends/ramses/_ramses_reader.so: undefined symbol: _ZNSt8ios_base4InitD1Ev<br>
--------<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>