<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>kivy Club - Kivy</title>
    <link>https://kivy.club/forum.php?mod=forumdisplay&amp;fid=36</link>
    <description>Latest 20 threads of Kivy</description>
    <copyright>Copyright(C) kivy Club</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 15 Aug 2026 13:23:34 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://kivy.club/static/image/common/logo_88_31.gif</url>
      <title>kivy Club</title>
      <link>https://kivy.club/</link>
    </image>
    <item>
      <title>Kivy 中文编程指南以及其他</title>
      <link>https://kivy.club/forum.php?mod=viewthread&amp;tid=20</link>
      <description><![CDATA[更多内容可以参考我的专栏从 2015 年末到 2016 年 2 月，我翻译了一份中英双语版本的ThinkPython，那时候我觉得，双语对照很利于学习积累一些常用的词汇，有助于后续阅读英文文档。然而后来我发现大家更需要的是对编程语言本身的了解和学习，对双语的使用并不具有强需求 ...]]></description>
      <category>Kivy</category>
      <author>CycleUser</author>
      <pubDate>Mon, 06 Mar 2017 15:06:09 +0000</pubDate>
    </item>
    <item>
      <title>基于twisted应用http的简单例子</title>
      <link>https://kivy.club/forum.php?mod=viewthread&amp;tid=8</link>
      <description><![CDATA[#-*-coding:utf-8-*-

from kivy.support import install_twisted_reactor
install_twisted_reactor()


from twisted.protocols import basic
from twisted.internet import protocol,reactor
import re,json

class HttpEchoProtocol(basic.LineReceiver):
]]></description>
      <category>Kivy</category>
      <author>dk1993</author>
      <pubDate>Mon, 09 May 2016 03:49:04 +0000</pubDate>
    </item>
    <item>
      <title>【前方高能系列之二】anaconda下编译安装kivy</title>
      <link>https://kivy.club/forum.php?mod=viewthread&amp;tid=7</link>
      <description><![CDATA[0x01  情况是这样的
    老夫重装了系统，重装kivy的时候用的是最新稳定版1.9.1，发现运行kivy程序时提示opengl版本过低，后来谷歌了一圈在官方的github上看到说是1.9.1开始的bug，不能正常识别某些显卡的opengl版本，于 ...]]></description>
      <category>Kivy</category>
      <author>saber</author>
<enclosure url="https://kivy.club/data/attachment/forum/201604/28/102909mszfiyi4fw9i24ys.png" length="73995" type="image/jpeg" />      <pubDate>Thu, 28 Apr 2016 02:48:42 +0000</pubDate>
    </item>
    <item>
      <title>【前方高能】kivy apk打包环境搭建</title>
      <link>https://kivy.club/forum.php?mod=viewthread&amp;tid=6</link>
      <description><![CDATA[大家来出出主意，已有的打包环境基于linux，使用sdl1.2的pythonforandroid，新版本pythonforandroid已经推出很久了，是时候更新这个环境了，后续会跟进环境搭建过程和最终环境虚拟机，请各位踊跃提供意见和建议。

原打包环境下载：http://pan.baidu.com/s/10hpim
 ...]]></description>
      <category>Kivy</category>
      <author>saber</author>
      <pubDate>Fri, 11 Mar 2016 01:40:19 +0000</pubDate>
    </item>
    <item>
      <title>kivy贪吃蛇游戏</title>
      <link>https://kivy.club/forum.php?mod=viewthread&amp;tid=5</link>
      <description><![CDATA[简单的贪吃蛇游戏，用kivy写的~
一、主要目的
1）  利用kivy显示用户界面，包括游戏窗口，显示得分。2）  鼠标控制贪吃蛇的方向。3）  贪吃蛇初始长度为4个方块，每个大小为20*20像素，显示蛇的移动。4）  在游戏窗口内随机生产食物的位置5）  蛇碰到自己或者墙结束游戏 ...]]></description>
      <category>Kivy</category>
      <author>lunatic</author>
      <pubDate>Wed, 24 Feb 2016 06:34:40 +0000</pubDate>
    </item>
    <item>
      <title>ImportError: DLL load failed:</title>
      <link>https://kivy.club/forum.php?mod=viewthread&amp;tid=2</link>
      <description><![CDATA[对于kivy - 1.9.1 安装后 可能遇到的问题from kivy.graphics.instructions import Callback, Canvas, CanvasBase, \\
ImportError: DLL load failed: The specified procedure could not be found. 




解决方法：
python -m pip install docutils pygments pypiwin32  ...]]></description>
      <category>Kivy</category>
      <author>dk1993</author>
      <pubDate>Tue, 23 Feb 2016 09:15:32 +0000</pubDate>
    </item>
  </channel>
</rss>