On Sat, 2008-10-25 at 18:57 +0200, Johannes Ring wrote: > On Sat, October 25, 2008 18:39, osman wrote: > > Hi, > > I am trying to build 0.8.1. doing scons -h gives the following error: > > > > stargate:/home/osman/FENICS-0.8.1/dolfin-0.8.1-bash-> scons -h > > scons: Reading SConscript files ... > > AttributeError: 'module' object has no attribute 'ExtendedEnvironment': > > File "/home/osman/FENICS-0.8.1/dolfin-0.8.1/SConstruct", line 23: > > env = scons.ExtendedEnvironment(ENV=os.environ) > > stargate:/home/osman/FENICS-0.8.1/dolfin-0.8.1-bash-> > > You probably have an old version of simula-scons in your PYTHONPATH. Is it > possible that you have installed the simula-scons package from > http://packages.simula.no? If so, try to remove it and run scons again. If > not, look through the directories in PYTHONPATH for a copy of simula-scons > and remove it.
Thanks. That was it. apt-get remove simula-scons did it. -osman _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
