简体   繁体   English

Google App Engine中的Tkinter

[英]Tkinter in Google App Engine

I'm creating a game in Python using Tkinter and wanted to use Google App Engine to put my game online. 我正在使用Tkinter在Python中创建游戏,并希望使用Google App Engine将游戏发布到网络上。

I just want the link randomappname.appspot.com to go directly to my game, nothing fancy or anything. 我只希望链接randomappname.appspot.com可以直接进入我的游戏,没什么花哨的东西。 I never used GAE before, so I was wondering what is the simplest way to go about this. 我以前从未使用过GAE,所以我想知道最简单的方法是什么。

Thanks! 谢谢!

Tkinter is not designed to run in a browser. Tkinter并非旨在在浏览器中运行。 It was possible at one time to run Tk in a browser by using a tcl plugin , but I doubt that plugin works with any modern browsers (the current release is dated 2006), and it won't work with Tkinter since Tkinter depends on python. 可以一次通过使用tcl插件在浏览器中运行Tk,但是我怀疑该插件是否可以与任何现代浏览器一起使用(当前版本为2006年),并且它不能与Tkinter一起使用,因为Tkinter依赖于python 。

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

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