Build up radiance error

Hi,erveryone
When I build up radiance using scons ,following errors are shown:
TypeError: sequence item 0: expected string, function found:
  File "/home/zhaoyongqing/Radiance-5.0.a.1/SConstruct", line 57:
    load_plat.load_plat(env, ARGUMENTS, platform=None)
  File "/home/zhaoyongqing/Radiance-5.0.a.1/build_utils/load_plat.py", line 78:
    read_plat(env, args, pfn)
  File "/home/zhaoyongqing/Radiance-5.0.a.1/build_utils/load_plat.py", line 12:
    cfig.read(fn)
  File "/usr/lib/python2.7/ConfigParser.py", line 305:
    self._read(fp, filename)
  File "/usr/lib/python2.7/ConfigParser.py", line 554:
    options[name] = '\n'.join(val)

which is why?My radiance source package version is 5.0.a.1,and phython version is phython2.7.

···

------------------
Yongqing Zhao
Changsha Green Building & Energy Saving Technology CO.,LTD
NO.438,Shaoshan Road,Changsha,Hunan,China
Telephone:13574805636
Email:zhaoyongqing1987@126.com
          503271081@qq.com

Hi,

I'm pretty sure the scons build system hasn't been updated in a while. The Radiance source hasn't been build-able for Windows these last couple weeks anyhow. The good news is, the Windows issues were fixed as of this commit, yesterday:

…and so you could use CMake/MSVC with this vintage of the source code to make your own Windows binaries:

I'm gonna do a couple tests this morning and then make a new set of packages for all platforms, including Windows, so there's always that option. I'll post something here once they're all available.

- Rob

···

On 4/23/15, 11:51 PM, "冷面寒枪" <503271081@qq.com<mailto:503271081@qq.com>> wrote:

Hi,erveryone
When I build up radiance using scons ,following errors are shown:
TypeError: sequence item 0: expected string, function found:
  File "/home/zhaoyongqing/Radiance-5.0.a.1/SConstruct", line 57:
    load_plat.load_plat(env, ARGUMENTS, platform=None)
  File "/home/zhaoyongqing/Radiance-5.0.a.1/build_utils/load_plat.py", line 78:
    read_plat(env, args, pfn)
  File "/home/zhaoyongqing/Radiance-5.0.a.1/build_utils/load_plat.py", line 12:
    cfig.read(fn)
  File "/usr/lib/python2.7/ConfigParser.py", line 305:
    self._read(fp, filename)
  File "/usr/lib/python2.7/ConfigParser.py", line 554:
    options[name] = '\n'.join(val)
which is why?My radiance source package version is 5.0.a.1,and phython version is phython2.7.

------------------
Yongqing Zhao
Changsha Green Building & Energy Saving Technology CO.,LTD
NO.438,Shaoshan Road,Changsha,Hunan,China
Telephone:13574805636
Email:zhaoyongqing1987@126.com<mailto:zhaoyongqing1987@126.com>
         503271081@qq.com<mailto:503271081@qq.com>