I'm trying to distribute a pyinstaller bundled python app which is a program controling selenium webdriver to do some routines, and I got [Error 6] The handle is invalid
when trying to compile them with --noconsole
. What do I do to fix the problem?
Environment: windows 7 64bit + python 2.7.3(32bit) + selenium 2.45.0