Skip to content

Windows Error on repo init #74

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

Open
AttITuder opened this issue Mar 22, 2019 · 1 comment
Open

Windows Error on repo init #74

AttITuder opened this issue Mar 22, 2019 · 1 comment

Comments

@AttITuder
Copy link

  • [new tag] v0.4.9 -> v0.4.9
    Traceback (most recent call last):
    File "C:\Users\dpc\Desktop\winRepo.repo\repo/main.py", line 538, in
    _Main(sys.argv[1:])
    File "C:\Users\dpc\Desktop\winRepo.repo\repo/main.py", line 512, in _Main
    result = repo._Run(argv) or 0
    File "C:\Users\dpc\Desktop\winRepo.repo\repo/main.py", line 181, in _Run
    portable.NoPager(cmd)
    File "C:\Users\dpc\Desktop\winRepo.repo\repo\portable.py", line 277, in NoPag
    er
    RunWindowsShell(cmd)
    File "C:\Users\dpc\Desktop\winRepo.repo\repo\portable.py", line 281, in RunWi
    ndowsShell
    redirect_all(executable)
    File "C:\Users\dpc\Desktop\winRepo.repo\repo\portable.py", line 288, in redir
    ect_all
    p = subprocess.Popen([executable], stdin=subprocess.PIPE, stdout=old_sysout,
    stderr=old_syserr)
    File "C:\Python27\lib\subprocess.py", line 394, in init
    errread, errwrite)
    File "C:\Python27\lib\subprocess.py", line 644, in _execute_child
    startupinfo)
    WindowsError: [Error 2]
@grv87
Copy link

grv87 commented Mar 23, 2019

@AttITuder, have you seen discussion at #53, that you need to have cat and less available in PATH?

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

2 participants