steps will reproduce the problem 1.gclient sync 2. when run on cmd shell
version of the product that i am using On windows vista sp 1 home premium operating system? depot_tools download from http://src.chromium.org/svn/trunk/tools/depot_tools additional information .............................................. follwing error occur during gclient sync on cmd shell D:\downloads\[chromiumos]>gclient sync Traceback (most recent call last): File "D:\downloads\depot_tools\bootstrap\\..\gclient.py", line 1183, in ? result = Main(sys.argv) File "D:\downloads\depot_tools\bootstrap\\..\gclient.py", line 1178, in Main return DispatchCommand(command, options, args) File "D:\downloads\depot_tools\bootstrap\\..\gclient.py", line 1103, in Dispat chCommand return command_map[command](options, args) File "D:\downloads\depot_tools\bootstrap\\..\gclient.py", line 1020, in DoUpda te return client.RunOnDeps('update', args) File "D:\downloads\depot_tools\bootstrap\\..\gclient.py", line 675, in RunOnDe ps scm.RunCommand(command, self._options, args, file_list) File "D:\downloads\depot_tools\gclient_scm.py", line 79, in RunCommand return getattr(self, command)(options, args, file_list) File "D:\downloads\depot_tools\gclient_scm.py", line 131, in update cwd=self._root_dir, redirect_stdout=False) File "D:\downloads\depot_tools\gclient_scm.py", line 197, in _Run sp = subprocess.Popen(cmd, cwd=cwd, stdout=stdout) File "D:\downloads\depot_tools\python_bin\lib\subprocess.py", line 558, in __i nit__ errread, errwrite) File "D:\downloads\depot_tools\python_bin\lib\subprocess.py", line 722, in _ex ecute_child startupinfo) WindowsError: [Errno 2] The system cannot find the file specified D:\downloads\[chromiumos]> -- Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss
