tryexceptpass / sofi

an OS agnostic UI module for Python
MIT License
387 stars 49 forks source link

Add the ability for creating one-file packages of an app #86

Open tryexceptpass opened 7 years ago

tryexceptpass commented 7 years ago

As the Chromium Embedded Framework starts getting pulled in (#67), we'll need to figure out how to start packaging an app into one deliverable. PyInstaller looks promising, but we'll have to try it out and see.

tryexceptpass commented 7 years ago

I have this working with PyInstaller for OSx so far. Need Windows and Linux CEF binaries to try those packages.

aeroaks commented 7 years ago

Could you point out to the commit or resource where you tried the packaging?