简体   繁体   中英

Is there a skeleton project for a graphical cross-platform Python application?

I found that making a Python application work across all three platforms with, say, PySide is hard enough work as it is. Surely there's a project that provides an example codebase where this all works (even packaging the application and deploying it as well)

You could use PyInstaller. The development version works with OSX and the older versions work with all linux distributions i have tried (ubuntu/debian, opensuse,...)

Just have a look at it, works fine for me www.pyinstaller.org

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM