Jay Newens
2016-05-11 14:44:04 UTC
Ok,
I was working with my program some more. As I stated in previous posts I am
packaging my program with pyinstaller and have no issues with version 2.1.
Normally I package into one file. I decided to package into one directory.
Doing this I am able to see everything that pyinstaller packaged. I did the
same with pyinstaller version 3.1.1 and compared what was packaged. The only
difference is that pyinstaller version 2.1 has the libusb dll file in the
directory folder and the pyinstaller version 3.1.1 does not have the dll in
the directory folder. I manually moved the dll to this directory and my
program works. For now I can work with the one directory but it makes my
install package with WIX more work but I will be trying to get the dll into
the one file. Not sure what broke but I was able to figure out what was
missing.
I was working with my program some more. As I stated in previous posts I am
packaging my program with pyinstaller and have no issues with version 2.1.
Normally I package into one file. I decided to package into one directory.
Doing this I am able to see everything that pyinstaller packaged. I did the
same with pyinstaller version 3.1.1 and compared what was packaged. The only
difference is that pyinstaller version 2.1 has the libusb dll file in the
directory folder and the pyinstaller version 3.1.1 does not have the dll in
the directory folder. I manually moved the dll to this directory and my
program works. For now I can work with the one directory but it makes my
install package with WIX more work but I will be trying to get the dll into
the one file. Not sure what broke but I was able to figure out what was
missing.