Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WindowsError: [Error 2] The system cannot find the file specified #67

Open
pold500 opened this issue Feb 16, 2018 · 3 comments
Open

WindowsError: [Error 2] The system cannot find the file specified #67

pold500 opened this issue Feb 16, 2018 · 3 comments

Comments

@pold500
Copy link

pold500 commented Feb 16, 2018

Traceback (most recent call last):
File "c:\dev\here\sop4.repo\repo/main.py", line 538, in
_Main(sys.argv[1:])
File "c:\dev\here\sop4.repo\repo/main.py", line 512, in _Main
result = repo._Run(argv) or 0
File "c:\dev\here\sop4.repo\repo/main.py", line 181, in _Run
portable.NoPager(cmd)
File "c:\dev\here\sop4.repo\repo\portable.py", line 277, in NoPager
RunWindowsShell(cmd)
File "c:\dev\here\sop4.repo\repo\portable.py", line 281, in RunWindowsShell
redirect_all(executable)
File "c:\dev\here\sop4.repo\repo\portable.py", line 288, in redirect_all
p = subprocess.Popen([executable], stdin=subprocess.PIPE, stdout=old_sysout, stderr=old_syserr)
File "C:\Python27\lib\subprocess.py", line 390, in init
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 640, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified

@jsotogaviard
Copy link

+1

@grv87
Copy link

grv87 commented Feb 3, 2019

Dupe of #53?

@pBogey
Copy link

pBogey commented Nov 8, 2024

Wow this is old. I have the same issue. Seems it's trying to execute cat command.

EDIT: added cygwin to PATH and I the error changed :D. Anyway, that's the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants