[PyInstaller] Re: pyinstaller and tablib

2021-12-17 Thread Samuli L
Sorry, my bad. Found the problem by myself. There were a typo in hidden imports perjantai 17. joulukuuta 2021 klo 12.55.32 UTC+2 Samuli L kirjoitti: > Hi everyone! > > I'm newbie with python, so I don't know every details yet. > I've done an app that reads data from database and it should write

[PyInstaller] Re: Error with mimetype on OS-X 11 (Big Sur)

2021-12-17 Thread 'Chris Barker' via PyInstaller
Another hint: I found the default_project.maproom template in: MapRoom.app/Contents/Resources/maproom/templates So maybe it's simply a.matter of getting that on the search path somehow. But how? Here's the error again: No document available for {'mime': 'application/x-maproom-project-zip',

[PyInstaller] Error with mimetype on OS-X 11 (Big Sur)

2021-12-17 Thread 'Chris Barker' via PyInstaller
I've just got a new mac with OS-X 11.6 (still Intel). But when I try to run a PyInstaller built application, I get this error: No document available for {'mime': 'application/x-maproom-project-zip', 'loader': , 'uri': 'template://default_project.maproom'} And the app won't start. This has

[PyInstaller] Error with finding files in bundle on OS-X 11 (Big Sur)

2021-12-17 Thread 'Chris Barker - NOAA Federal' via PyInstaller
I've just got a new mac with OS-X 11.6 (still Intel). But when I try to run a PyInstaller built application, I get this error: No document available for {'mime': 'application/x-maproom-project-zip', 'loader': , 'uri': 'template://default_project.maproom'} And the app won't start. This has

[PyInstaller] pyinstaller and tablib

2021-12-17 Thread Samuli L
Hi everyone! I'm newbie with python, so I don't know every details yet. I've done an app that reads data from database and it should write datas to excel by using tablib. It works on my development environment (pycharm) When wrapping it to exe and moving it to production (windows pc) (with