Hi,
I'm trying to package my program, but I still run into problems when trying to run it
my program uses pyside, so I downloaded the develop branch so I could use the hiddenimports
I create the exe fine, but when trying to run I get ImportError: cannot import name QtWebKit
I downloaded the coolhandmook fork and managed to make it work using the attached spec file. but I still get EOFError when running the program since I use multiprocessing, note that I get this even when running --onedir, after I make this work I'll try packaging into one exe and see what problems I run into.
I compared both (develop and coolhandmook ) with winmerge but saw only 3 differences on the source, that apparently doesn't matter to the problem at hand.
thanks