Bo Peng schrieb:

   File "C:\Python25\scons-0.96.93\SCons\Environment.py", line

I can not investigate this now but you are using the newest
scons-0.96.93, not 0.96.92. Maybe there is some backward compatibility
problem.

I get also the same errors with SCons 0.96.92:

---
scons: Reading SConscript files ...

<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'split':
  File "SConstruct", line 425:
    env.Tool('msvc')
  File "C:\Python25\scons-0.96.92\SCons\Environment.py", line 1108:
    tool(self)
  File "C:\Python25\scons-0.96.92\SCons\Tool\__init__.py", line 135:
    apply(self.generate, ( env, ) + args, kw)
  File "C:\Python25\scons-0.96.92\SCons\Tool\msvc.py", line 728:
    env.PrependENVPath('INCLUDE', include_path)
  File "C:\Python25\scons-0.96.92\SCons\Environment.py", line 1022:
    nv = SCons.Util.PrependPath(orig, newpath, sep)
  File "C:\Python25\scons-0.96.92\SCons\Util.py", line 672:
    paths = string.split(paths, sep)
  File "C:\Python25\lib\string.py", line 290:
    return s.split(sep, maxsplit)
---

regards Uwe

Reply via email to