You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using py2exe with gitpython and wondering if there is a way to specify a flag in gitpython's use of subprocess that disables the popup of cmd in the Windows environment, something like
Thanks for letting me know how the issue was solved - I had absolutely no idea how to fix it. Great to see you updated the stackoverflow question as well - maybe others will find it useful.
I am using py2exe with gitpython and wondering if there is a way to specify a flag in gitpython's use of subprocess that disables the popup of cmd in the Windows environment, something like
creationflags=win32process.CREATE_NO_WINDOW
I originally posted my corresponding question here (http://stackoverflow.com/questions/33310791/disable-popup-of-cmd-windows-when-using-gitpython-and-py2exe)
The text was updated successfully, but these errors were encountered: