简体   繁体   中英

Python, Gtk+ deployment for Windows OS (Multiplatform)

Is it possible to write GUI application using Python and GTK+ (GTK 3), and then to distribute that application on different OS (primarily Windows) ? Can it work on different OS.

You mean to compile and distribute ? yes, you can create .exe s. If you are using Win, then you can use pyinstaller. Worked for me. But certainly, had some issues with some libraries, but newer versions may support them, evenly. If not, py2exe is one such another. Try them.

pyinstaller -- https://github.com/pyinstaller/pyinstaller py2exe -- http://www.py2exe.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