Apologies if this is a naive question, but I have tried a number of solutions I found elsewhere on this list without success. I am using PyInstaller 1.5 to bundle a onefile Mac application. I need to include some static data files (image and html files, etc.) in the temporary directory referred to by os.environ['_MEIPASS2']. I have tried a COLLECT a number of ways, as well as appending directly to a.datas.
Is there a supported method to add extra data files to a Mac application? If so, a simple .spec example would be sincerely appreciated. Best regards, Steve -- 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.
