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. Johannes > my system is updated. scons version > scons --version > SCons by Steven Knight et al.: > script: v0.97.D001, 2007/05/17 11:35:19, by knight on roxbury > engine: v0.97.D001, 2007/05/17 11:35:19, by knight on roxbury > Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 The SCons > Foundation > > This is the latest for my OS. > Any help would be appreciated. > TIA > osman > > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev > _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
