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

Does the program "git-cc" support python 3.5 #73

Open
amousa1968 opened this issue Dec 10, 2016 · 1 comment
Open

Does the program "git-cc" support python 3.5 #73

amousa1968 opened this issue Dec 10, 2016 · 1 comment

Comments

@amousa1968
Copy link

amousa1968 commented Dec 10, 2016

1........ I have python 2.7, and python 35 installed on a window 7 64 bit.
Migrating Clearcase Base snapshot to Git, and getting error when using gitcc rebase and gitcc update "initial commit" see errors

$ gitcc update "Initial commit"

cleartool update .
Traceback (most recent call last):
File "C:\Python35-32\Scripts\gitcc-script.py", line 9, in
load_entry_point('git-cc==1.0.1.dev0', 'console_scripts', 'gitcc')()
File "c:\python35-32\lib\site-packages\git_cc\gitcc.py", line 25, in main
return invoke(cmd, args)
File "c:\python35-32\lib\site-packages\git_cc\gitcc.py", line 50, in invoke
cmd.main(*args)
File "c:\python35-32\lib\site-packages\git_cc\update.py", line 11, in main
cc_exec(['update', '.'], errors=False)
File "c:\python35-32\lib\site-packages\git_cc\common.py", line 80, in cc_exec
return popen('cleartool', cmd, CC_DIR, **args)
File "c:\python35-32\lib\site-packages\git_cc\common.py", line 87, in popen
pipe = Popen(cmd, cwd=cwd, stdout=PIPE, stderr=PIPE, env=env)
File "c:\python35-32\lib\subprocess.py", line 947, in init
restore_signals, start_new_session)
File "c:\python35-32\lib\subprocess.py", line 1224, in _execute_child
startupinfo)
NotADirectoryError: [WinError 267] The directory name is invalid

Does the program support Py2.7 or py3.4, or py3.5???? Please let me know what is missing and what is going on?

  1. Where do update the program for the git remote add origin remote repository URL???????
    I looked in every file to update the new remote URL.

Thanks

@amousa1968 amousa1968 changed the title git-cc does not support python 53 Does the program "git-cc" support python 3.5 Dec 10, 2016
@amousa1968
Copy link
Author

Where do I need to set the directory for gitcc to understand the 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

1 participant