Thanks a lot. Another related question. We currently use pkg_resources in our project and was wondering if there are any general suggested ways to replace pkg_resources in big projects.
Also, how to execute python scripts from inside the .exe file? [we currently use subprocess to do this] Thanks, On Jan 19, 3:35 am, Martin Zibricky <[email protected]> wrote: > 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_Pagehttp://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.
