I'm using Python 3.9 and the latest pyinstaller on a Mac running Big Sur. When running pyinstaller, I receive some warnings but no error messages. To get to this stage I had to modify pathex to include a path to the directory where all my modules are stored.
When attempting to run the application from the terminal, I get the following error message, one I've never encountered before: Error loading Python lib '/Users/fishbacp/Desktop/dist/MyApp.app/Contents/MacOS/Python': dlopen: dlopen(/Users/fishbacp/Desktop/dist/Read_CSV_Barplot.app/Contents/MacOS/Python, 10): image not found Thanks PaulF -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/595eb476-2594-4537-a750-692efca6d7c8n%40googlegroups.com.
