Hi all

I have written a python program that access QuickBooks and I would like to 
make an exe of the program using pyinstaller
I am using pyinstaller 2.0 and python 2.7 and 
win32com.client.Dispatch("QBFC10.QBSessionManager") on Windows 7 
Professional.

I started the only way I know which is pyinstaller \path\to\my\script
The exe was created and I can run the program. However, the button that 
establishes the connection to QuickBooks is not working in the exe but does 
work in the python code.

I suspect I need to specify some path information about QuickBooks to 
pyinstaller so the dll and associated files are included when the exe is 
created.
I looked through the pyinstaller manual and did an internet search but I am 
still unsure how to tell pyinstaller the files that should be included.

Could someone help me do the following: 1. Explain how I can determine the 
files for QuickBooks that need to be included and 2. how to tell 
pyinstaller those QuickBook files should be included when creating the exe ?

If it helps I downloaded the QB plugin from this site: 
https://www.qbplugin.com/download.cfm

Thanks for your help and patience.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to