I'm trying to deploy a Python app on OSX that was built with PySide. py2app
packages it without issue, copying and linking a lot of PySide and Qt files
in the process. But then, when I try to run the built app, I get this error:
Traceback (most recent call last):
File
"/Users/sequence/Desktop/
So I've ran intro a problem that I can't really find any discussion about,
I guess it's kind of a narrow chance anyone ran into anything similar but I
have no ideea how to TRY and fix it so I'll give it a try.
So for start my project runs fine when started normally. I'm trying to
convert