Do you have any non-ascii characters in your file system? Such as fileS/directories with swedish/german/whatnot characters, like åäö or € ?
Cheers, /Marcus [EMAIL PROTECTED] wrote: > Hello Carsten, > > still the same error. I use the native python - no cygwin on my pc... > > Greets, > > Patrik > > Carsten Neumann schrieb: >> Hello Patrik, >> >> [EMAIL PROTECTED] wrote: >>> I've now started building OpenSG2. But I already have my first scons >>> problem: >>> >>> WARNING: >>> UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 10: >>> ordinal >>> not in range(128): >>> File "C:\Projekte\3D\OpenSG2\SConstruct", line 33: >>> import SConsAddons.Util as sca_util >>> File "Tools\scons-addons\src\SConsAddons\Util.py", line 448: >>> def getFullSrcPath(env=SCons.Environment.Environment()): >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Environment.py", line 933: >>> apply_tools(self, tools, toolpath) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Environment.py", line 106: >>> env.Tool(tool) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Environment.py", line 1583: >>> tool(self) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\__init__.py", line 175: >>> apply(self.generate, ( env, ) + args, kw) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\default.py", line 41: >>> SCons.Tool.Tool(t)(env) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\__init__.py", line 175: >>> apply(self.generate, ( env, ) + args, kw) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\mslink.py", line 214: >>> include_path, lib_path, exe_path = >>> SCons.Tool.msvc.get_msvc_paths(env,versio >>> n) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\msvc.py", line 567: >>> include_path = get_msvc_path(env, "include", version) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\msvc.py", line 354: >>> return _get_msvc8_path(path, str(version_num), platform, suite) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\msvc.py", line 296: >>> dirs = _parse_msvc8_overrides(version, platform, suite) >>> File >>> "C:\Projekte\3D\OpenSG2\Tools\scons-local\scons-local-1.0.0.d20080826\SCo >>> ns\Tool\msvc.py", line 194: >>> settings_path = settings_path.replace(r'%' + env_var + r'%', >>> env_vars[env_va >>> r]) >>> >>> I've tried to save the "Sconstruct" with UTF-8 encoding and as ANSI >>> encoding - both without success. >>> Where's the problem? >> please try the same with the file >> Tools/scons-local/scons-local-1.0.0.d20080826/SCons/msvc.py - I think >> that is the one it complains about. I've set the svn:eol-style native >> property on those files (in r1574) - maybe that helps ? >> Are you using a native windows python or a cygwin one ? >> >> Carsten >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Opensg-users mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/opensg-users >> > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
