2008-11-01から1日間の記事一覧

configure,zcmlでregisterProfileをしていると、依存関係のチェックがうまく働かない。

configure.zcmlの中に次のように記述しておくと、プロダクトのプロファイルを登録してくれます。 <configure xmlns="http://namespaces.zope.org/zope" xmlns:genericsetup="http://namespaces.zope.org/genericsetup" i18n_domain="MyProduct" > </configure>

PythonScript で標準以外のモジュールを使う

PythonScript で標準以外のモジュールを使う