简体   繁体   English

是否有用于图形化跨平台Python应用程序的框架项目?

[英]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. 我发现,使用PySide使Python应用程序在所有三个平台上都可以正常工作。 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. 您可以使用PyInstaller。 The development version works with OSX and the older versions work with all linux distributions i have tried (ubuntu/debian, opensuse,...) 开发版本适用于OSX,而​​旧版本适用于我尝试过的所有linux发行版(ubuntu / debian,opensuse等)。

Just have a look at it, works fine for me www.pyinstaller.org 看看吧,对我来说很好用www.pyinstaller.org

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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