Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > OK, just for my understanding: is there also a possibility to build > installers GUIs a la NSIS?
That's outside the scope of PyInstaller. PyInstaller is used to package programs in a form that does not require an existing Python installation to run. That's totally different from building an installer (even if the name doesn't help with this...). -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
