Ram píše v Út 18. 01. 2011 v 19:36 -0800: > Also: I would like to generate a installer (MSI preferably) for > windows that can install my application. How do I approach this > problem from getting the executable sitting in "dist".
Pyinstaller can't do this. You need another tool for this. These two tools are used a lot by open source applications: http://nsis.sourceforge.net/Main_Page http://www.jrsoftware.org/isinfo.php And there exist a lot of other similar tools. Find one which will suit your needs. -- 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.
