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

supress console window of popen calls if used with cx_freeze win32gui #68

Closed
bobatsar opened this issue Sep 25, 2014 · 3 comments
Closed

Comments

@bobatsar
Copy link
Contributor

If moviepy is used with cx_freeze as a win32gui app (I think py2exe has the same issues) there is always a black console window opened when the popen calls are made.

This can be suppressed by setting the Popen parameter creationflags=0x08000000 (CREATE_NO_WINDOW).

I think this is a windows only parameter and this must be handled seperately for win/linux.

@bobatsar
Copy link
Contributor Author

I just opened pull request #69 with the suggested changes

@Zulko
Copy link
Owner

Zulko commented Oct 9, 2014

Can I close this now that I merged your pull request ?

@bobatsar
Copy link
Contributor Author

yes, pleas close it.

Thanks

@Zulko Zulko closed this as completed Oct 10, 2014
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