Michael Herrmann

Results 468 comments of Michael Herrmann

Hi, what's the OS version of the other Mac? If it's lower than 12.1, then you might have to freeze and create the installer on the oldest macOS version you...

Sorry for your terrible experience @meramsey. I hate Apple for things like this. And getting a VM setup is also a nightmare. Your post here will likely help other people...

I think I've also already seen these PYZ errors you mention, and don't think they will help much. You say "the main script fails". What **exactly** do you mean by...

Then I was too harsh, sorry. I would hope that there's is at least some interesting information in between all the `PYZ` errors. Are you sure there isn't some message...

[fman](https://fman.io) uses fbs, is built on Windows 7 and runs fine on Windows 10.

Yes. fman's last release was 8 days ago.

> Is there a requirement within fbs to only build the main.py file? No. fbs should handle imports you have in your main file (and other files). > are additional...

I updated your issue description and deleted the comment that did not contribute to the problem at hand.

I think you'll find the answer to your question under either [declaring dependencies](https://build-system.fman.io/manual/#declaring-dependencies) or under [resource files](https://build-system.fman.io/manual/#resource-files) in the manual.

(Alternatively, you can [overwrite the `freeze` command](https://build-system.fman.io/manual/#custom-commands) to, in an extra step, copy the files into `target`.)