2011-05-01から1ヶ月間の記事一覧

Windows上でのpython3のsetuptools

http://code.google.com/p/python-incompatibility/downloads/detail?name=setuptools-0.7a1dev-r66.tar.gz&can=2&q=http://old.nabble.com/setuptools-0.7a-for-Python-3-fails-to-build-on-Windows-td22957712.html

ruby-mingwでOpenGLモジュールビルドのメモ

RubyInstaller対応のOpenGLモジュールビルドで苦労した件について。使ったruby > ruby --version ruby 1.9.2p180 (2011-02-18) [i386-mingw32] glut DevKitでビルド http://vision.kuee.kyoto-u.ac.jp/~nob/doc/opengl/opengl.html#doc1_42 mkrf-0.2.3 mingw…

numpy野良ビルド

Windows版python-2.7-amd64向けのnumpyをビルドした手順。環境 Windows7 64bit C:\Python27に64bitの方がインストールされている C:\Program Files (x86)\Microsoft Visual Studio 9.0(Visual C++ 2008 Express Edition) C:\Program Files (x86)\Microsoft V…

同名で違う場所のexeに関連付けする方法

前から、Windowsの関連付けで .pywをC:\python32\pythonw.exe に関連付けると、 あとからC:\Python27\pythonw.exeに関連付けを変えることができずに 関連付け先のPythonw.exeがC:\Python32\pythonw.exeにロックされるという挙動に悩まされていた。のだがレジ…