hi guys
after many search and test about installing a package of github with pip 
command, i can't get good result and i decide to using git clone to clone 
package then install it.
but after i added git.exe and shared template folder i get this error for 
installing a usual repo:

Cloning into 'installer'...
error: cannot spawn sh: No such file or directory
fatal: unable to fork

what is my mistake?
i just have this command for nstalling:
p = subprocess.call(['git', 'clone','--template', 
(full_directory+'/share/git-core/templates'), 
'https://github.com/madoodia/testGit'])

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to