sys._MEIPASS, if it exists, is the path to the folder containing your app. In the case of --onefile that is the temp folder made by unpacking the bundle. As long as INIFNAME was included in the bundle, that's where you find it.
(Note that this is a temp folder that will be deleted when the app terminates. So any changes you make in INIFNAME will be lost. So it is of no use for keeping long-term program state.) -- 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.
