I am using wkhtmltopdf.exe for converting html to pdf using python. The pop-up window of wkhtmltopdf.exe making it very difficult for me to work on any other things while runnin
So I solved the problem! made my python file executable using py2exe and used the .py file.
http://www.py2exe.org/index.cgi/Tutorial
It is no more popping the command prompt window.