- 2025/05/24
- Category :
[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
Python, Python, Python! In the spirit of "import antigravity"
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
But it really originated in Google App Engine! It was a last-minute addition when we launched App Engine on April 7, 2008. A few weeks before launch, when most code was already frozen, the App Engine team at Google decided we wanted an easter egg.
Ctrl
+ BでReplでPythonスクリプトを実行するためのビルド設定。
git config --global http.proxy http://myproxy:8080
git clone git://github.com/geany/geany
git clone http://github.com/geany/geany.git
python waf configure
python waf build
python waf install
git clone git://github.com/geany/geany-plugins
git clone http://github.com/geany/geany-plugins.git
python waf configure
If your Geany installation is in an usual place, you'll probably have to use the PKG_CONFIG_PATH
environment variable so the build system finds the correct Geany build flags and paths.
PKG_CONFIG_PATH
という環境変数を設定して、ターゲットのGeanyの場所がわかるようにしないといけないようです。 prefix=geany-1.25
prefix=C:/git/geany/geany-1.25
C:\Python27\Lib\site-packages\gtk-2.0\runtime\bin>pkg-config.exe
set PKG_CONFIG_PATH=C:\libs\lib\pkgconfig
pkg-config geany --modversion
python waf configure
python waf build
..\overview\overview\overviewscintilla.c:270:28: error: 'CAIRO_ANTIALIAS_GOOD' u
ndeclared (first use in this function)
cairo_set_antialias (cr, CAIRO_ANTIALIAS_GOOD);
#define CAIRO_ANTIALIAS_GOOD 1
python waf install
show-scrollbar=false