pythonのmkfifo()はUNIX系でしか使えないな。 http://scripting.cocolog-nifty.com/blog/2006/11/fifo_a148.html Windows2000/XPでは、ファイルを1 writer and n readerで同時にオープンできます。 ということで、普通のファイルで代用可能ってこと?
py2exe py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation. Development is hosted on GitHub. You can find the mailing list, svn, and downloads for Python 2 there. Downloads for Python 3 are on PyPI. py2exe was originally developed by Thomas Heller who still makes contributions. Jimmy Retzlaff, Ma
【1】 特徴 py2exeホーム : http://www.py2exe.org/ Python標準のdistutilsのプラグインです。 pythonで作成したスクリプトから、依存ライブラリを検索して、 収集したファイル群だけで実行可能なバイナリを作成する機能を持っています。 最近のバージョンになって、バンドルレベルが選択できるようになり、 単独のexeファイルに組み上げる Python25.dllとMSVC71.dllとexeの3つに組み上げる 依存ライブラリをアーカイブまたはフォルダに分離する といった混成度合いが指定できるようになりました。 単独のexeにしちゃうと、Pythonランタイムまで内臓してしまうのでシンプルなスクリプトも2メガバイトを超えてしまいます。
ref:wshでダイアログを出してスクリーンセーバをブロック こんなのでいいのではないかな。要 Python Win32 拡張。 import win32gui from win32con import * if 'WScript' in globals(): echo = WScript.Echo else: import sys def echo(s): win32gui.MessageBox(0, s, sys.argv[0], MB_OK) msgs = {True: 'on', False: 'off'} current_state = win32gui.SystemParametersInfo(SPI_GETSCREENSAVEACTIVE) current_state = not current_state win32gui.SystemParametersInfo(SPI_
とりあえず動かしてみただけですが. Mathematica の .NET バインディングである .NET/Link 1.2.1 for Windows を使用しています. 以下の環境で動作を確認しました. Windows XP Professional SP2 Mathematica 5.2 for Student IronPython 1.0 .NET Framework 2.0 ソースコードとランタイム・ライブラリはこちら. http://www.dwahan.net/nyaruru/hatena/pyNETLink.zip これだけだとなんなので,Python の多倍長精度整数も試してみました. >>> import clr >>> from System.Diagnostics import * >>> import System >>> from System import *
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く