那个CONKY的透明半天也搞不定,干脆换了个黑色的壁纸

焰火效果 接着 有光晕哦 炸开了 凑个8张吧

Google Chrome 里的 FeedSquares 易语言.飞扬 IDE,注意加亮的部分哦 GIMP真不习惯

8张了,搞定,睡觉去

想载个Py3.1把它搞定,可访问 python.org 居然显示“此网页无法访问。”Including Python Modules
Note that on Windows since Blender 2.5 Alpha 0 below directions, including the next section, are no longer necessary. Everything is ready in BF_INSTALLDIR
Python modules are a mixture of .py files and compiled modules (.so files on linux)
This means copying /usr/lib/python3.1 into some directory blender can be bundled with eg. ~/.blender/python (from C:\Python31\Lib on windows)
Note that blender won't start unless these modules are found (error below), so it's important to get this path right.
Fatal Python error: Py_Initialize: can't initialize sys standard streams
ImportError: No module named encodings.utf_8
Python then needs to know to use this path for the modules rather than /usr/lib/python3.1 There are a number of ways to do this....
Define our own Py_GetPath() that overrides pythons. See http://docs.python.org/c-api/init.html
Set the PYTHONPATH and PYTHONHOME (from C) before initializing python.
Start with a shell script that sets the PYTHONPATH/PYTHONHOME (all except win32).