Hi all; I would like to start using Python to distribute my work, but I was concerned about asking users to download the Python core install, installing other libraries etc. However, PyInstaller appears to cater for this !!
However, I do have two questions - if I write a Python script using the Qt libraries, will I have to ask my users to install QT on their target machine (and the executable just links to them), or will pyInstaller build all the required libraries into the resulting executable (so no additional installation will be required by the user) ? 2) If the Qt libraries are built into the resulting executable ( fantastic !) - is the build configuration typically a straight forward process, or is there a lot of configuration / tinkering needed with pyInstall for Qt-type applications? Just trying to gauge how much work this approach will be. Many thanks for any feedback, adamski -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
